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/py-postgresql | |
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/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index 6d2281177cc..a68b22b3727 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/08/18 10:09:50 drochner Exp $ +# $NetBSD: Makefile,v 1.29 2004/01/20 14:11:50 jlam Exp $ PKGNAME= ${PYPKGPREFIX}-postgresql-3.3 PKGREVISION= 2 @@ -7,6 +7,8 @@ CATEGORIES= databases MAINTAINER= darcy@NetBSD.org COMMENT= Python interface to PostgreSQL +USE_BUILDLINK2= yes + .include "../postgresql/Makefile.common" CONFIGURE_ARGS+= --with-python |