diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 01:32:22 +0000 |
commit | e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5 (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /databases | |
parent | 7425b543e8f92cf560a58d4bf6db6c156cca9e85 (diff) | |
download | pkgsrc-e70b376fa428d35e2ee7ec89f1f025ea77c1a2e5.tar.gz |
Note that tar is required by this package.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74-client/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql74-docs/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql74-lib/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql74-server/Makefile | 3 |
4 files changed, 10 insertions, 6 deletions
diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile index ac9d2afb234..186391aa77b 100644 --- a/databases/postgresql74-client/Makefile +++ b/databases/postgresql74-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/05 14:31:20 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-client-${BASE_VERS} PKGREVISION= # empty @@ -10,6 +10,7 @@ COMMENT= PostgreSQL database client programs # XXX work around core dumps with the native libedit USE_GNU_READLINE= yes +PKGSRC_USE_TOOLS+= tar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --with-readline diff --git a/databases/postgresql74-docs/Makefile b/databases/postgresql74-docs/Makefile index 9be9d044f4d..519d4606357 100644 --- a/databases/postgresql74-docs/Makefile +++ b/databases/postgresql74-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:14 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-docs-${BASE_VERS} SVR4_PKGNAME= pstgd @@ -6,8 +6,9 @@ COMMENT= PostgreSQL database system documentation .include "../../databases/postgresql74/Makefile.common" -NO_BUILD= yes -NO_CONFIGURE= yes +NO_BUILD= yes +NO_CONFIGURE= yes +PKGSRC_USE_TOOLS+= tar #BUILD_DIRS= ${WRKSRC}/doc DOCDIR= ${PREFIX}/share/doc/postgresql diff --git a/databases/postgresql74-lib/Makefile b/databases/postgresql74-lib/Makefile index 80798439732..024696b345a 100644 --- a/databases/postgresql74-lib/Makefile +++ b/databases/postgresql74-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/19 12:36:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-lib-${BASE_VERS} PKGREVISION= 1 @@ -7,6 +7,7 @@ COMMENT= PostgreSQL database headers and libraries .include "../../databases/postgresql74/Makefile.common" +PKGSRC_USE_TOOLS+= tar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} .include "../../mk/bsd.prefs.mk" diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile index 7a5897ab652..d093ca836da 100644 --- a/databases/postgresql74-server/Makefile +++ b/databases/postgresql74-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/02/07 11:35:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/05/16 01:32:22 jlam Exp $ PKGNAME= postgresql74-server-${BASE_VERS} PKGREVISION= # empty @@ -15,6 +15,7 @@ NOT_FOR_PLATFORM= *-*-mips USE_PKGINSTALL= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL MESSAGE_SRC= ${.CURDIR}/MESSAGE +PKGSRC_USE_TOOLS+= tar CONFIGURE_ARGS+= --with-openssl=${SSLBASE} BUILD_DIRS= ${WRKSRC}/src/backend |