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 | cf8005a4510e788439df07455522ae6a130c3a2b (patch) | |
tree | 4beb1060fa73ef3220b4b4f62528af9c91daf0bc /databases/postgresql74-lib | |
parent | c39d3036c6cae80e3eaf5e0d668a35f36e3e0909 (diff) | |
download | pkgsrc-cf8005a4510e788439df07455522ae6a130c3a2b.tar.gz |
Note that tar is required by this package.
Diffstat (limited to 'databases/postgresql74-lib')
-rw-r--r-- | databases/postgresql74-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |