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-lib | |
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-lib')
-rw-r--r-- | databases/postgresql-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql-lib/Makefile b/databases/postgresql-lib/Makefile index 408f7c468e1..6a243e71a74 100644 --- a/databases/postgresql-lib/Makefile +++ b/databases/postgresql-lib/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.11 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 14:11:50 jlam Exp $ PKGNAME= postgresql-lib-${BASE_VERS} PKGREVISIO= 1 SVR4_PKGNAME= pstgl COMMENT= PostgreSQL database headers and libraries +USE_BUILDLINK2= yes + .include "../../databases/postgresql/Makefile.common" CONFIGURE_ARGS+= --with-openssl=${SSLBASE} |