diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-20 14:11:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-20 14:11:49 +0000 |
commit | 05458d686b3cfbcff434a22e464c3245bfe86db5 (patch) | |
tree | 291885f5cbf4099c29ab4d3a9dcd589a161c21ae /databases/postgresql-client | |
parent | a6c8f5142bd3f70fd4a0373cc2c760040bf784bb (diff) | |
download | pkgsrc-05458d686b3cfbcff434a22e464c3245bfe86db5.tar.gz |
Remove USE_BUILDLINK2 from Makefile.common and distribute the setting to
all of the package Makefiles that include Makefile.common.
Diffstat (limited to 'databases/postgresql-client')
-rw-r--r-- | databases/postgresql-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-client/Makefile b/databases/postgresql-client/Makefile index 2c6e3790469..99c8473ce14 100644 --- a/databases/postgresql-client/Makefile +++ b/databases/postgresql-client/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.21 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 14:11:49 jlam Exp $ PKGNAME= postgresql-client-${BASE_VERS} PKGREVISION= 1 SVR4_PKGNAME= pstgc COMMENT= PostgreSQL database client programs +USE_BUILDLINK2= yes + .include "../../databases/postgresql/Makefile.common" CONFIGURE_ARGS+= --with-openssl=${SSLBASE} |