diff options
author | recht <recht@pkgsrc.org> | 2004-05-23 11:41:35 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-05-23 11:41:35 +0000 |
commit | 67def20bacc9f2c8e028ea3866c7e6b3be307f1e (patch) | |
tree | 373e12e627f0a9eefb273339dd5d720e541fbc27 /www/zope25-ZMySQLDA | |
parent | 9641b3f76293930ffb8adc42c8d47761ec02e6e5 (diff) | |
download | pkgsrc-67def20bacc9f2c8e028ea3866c7e6b3be307f1e.tar.gz |
bl3ify
Diffstat (limited to 'www/zope25-ZMySQLDA')
-rw-r--r-- | www/zope25-ZMySQLDA/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/zope25-ZMySQLDA/Makefile b/www/zope25-ZMySQLDA/Makefile index 4a87a1530d9..6d86ba2cb30 100644 --- a/www/zope25-ZMySQLDA/Makefile +++ b/www/zope25-ZMySQLDA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:56:16 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/23 11:41:35 recht Exp $ # DISTNAME= ZMySQLDA-2.0.8 @@ -11,9 +11,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/mysql-python COMMENT= MySQL Database adaptor for Zope -USE_BUILDLINK2= yes +DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb + +USE_BUILDLINK3= yes ZOPE_COPYPRODUCT= zope-std-copyproduct-long .include "../../www/zope25/product.mk" -.include "../../databases/py-mysqldb/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |