diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 18:24:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 18:24:50 +0000 |
commit | d071c6a3e435189a2a1183c967e07b9e2cb4cba0 (patch) | |
tree | 91d605778cc8c85713bde5a7fe6159b222f3cecb /databases/py-postgresql | |
parent | f4e36623f21d4821b9a2915312ca25dcdcae0daa (diff) | |
download | pkgsrc-d071c6a3e435189a2a1183c967e07b9e2cb4cba0.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'databases/py-postgresql')
-rw-r--r-- | databases/py-postgresql/Makefile | 8 |
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" |