summaryrefslogtreecommitdiff
path: root/databases/py-postgresql
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-09 18:24:50 +0000
committerwiz <wiz>2002-10-09 18:24:50 +0000
commit0a297e8a3fecfae8567fd9a959e0b0fecc3aaad8 (patch)
tree91d605778cc8c85713bde5a7fe6159b222f3cecb /databases/py-postgresql
parentd2a621f82cbf3288af872e997e329a596d0c1ae2 (diff)
downloadpkgsrc-0a297e8a3fecfae8567fd9a959e0b0fecc3aaad8.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r--databases/py-postgresql/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile
index b3f7d1fa253..9f00f03281f 100644
--- a/databases/py-postgresql/Makefile
+++ b/databases/py-postgresql/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.20 2002/09/21 23:46:47 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2002/10/09 18:24:50 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-postgresql-3.2
COMMENT= Python interface to PostgreSQL
MAINTAINER= darcy@netbsd.org
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
.include "../../databases/postgresql/Makefile.common"
@@ -41,7 +41,7 @@ post-install:
${INSTALL_DATA} $${file} ${DOCDIR}/tutorial; \
done
-.include "../../databases/postgresql-lib/buildlink.mk"
+.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../lang/python/extension.mk"
-.include "../../time/py-mxDateTime/buildlink.mk"
+.include "../../time/py-mxDateTime/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"