summaryrefslogtreecommitdiff
path: root/databases/py-psycopg/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-08 04:50:50 +0000
committersnj <snj@pkgsrc.org>2004-05-08 04:50:50 +0000
commit43d5e1643ccf1a2fa86acfb2a1688a208d1e3128 (patch)
tree1ffb8dcfa7a6b12826404fc0f9b49d9b9ec0954b /databases/py-psycopg/Makefile
parentc1af75dd93f945a15a63ebfbac3ed0874d646525 (diff)
downloadpkgsrc-43d5e1643ccf1a2fa86acfb2a1688a208d1e3128.tar.gz
Convert to buildlink3.
Diffstat (limited to 'databases/py-psycopg/Makefile')
-rw-r--r--databases/py-psycopg/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index ae79d4f4379..3de54ddd6b7 100644
--- a/databases/py-psycopg/Makefile
+++ b/databases/py-psycopg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/16 17:21:34 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/08 05:25:12 snj Exp $
#
DISTNAME= psycopg-1.1.11
@@ -18,13 +18,13 @@ CONFIGURE_ARGS+= \
# XXX ${PYSITELIB}/... doesn't get transformed by buildlink2
CONFIGURE_ARGS+= --with-mxdatetime-includes=${BUILDLINK_DIR}/include
ALL_TARGET= default
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
PYTHON_VERSIONS_ACCEPTED= 21pth 22pth
PY_PATCHPLIST= yes
-.include "../../databases/postgresql-lib/buildlink2.mk"
+.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../lang/python/extension.mk"
-.include "../../time/py-mxDateTime/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../time/py-mxDateTime/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"