a14d89a166
This avoids the problems in PR 34914.
13 lines
391 B
Makefile
13 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/03/13 16:47:37 joerg Exp $
|
|
|
|
PKGNAME= postgresql83-${BASE_VERS}
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql83-client>=${BASE_VERS}:../../databases/postgresql83-client
|
|
DEPENDS+= postgresql83-server>=${BASE_VERS}:../../databases/postgresql83-server
|
|
|
|
.include "Makefile.common"
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|