diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-12 21:42:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-12 21:42:53 +0000 |
commit | bddde8aa283e1c19a7706cbea53cd56b65215dfd (patch) | |
tree | 06b966fa9ccee5524fa1ad7414a2ea5592b095ac | |
parent | d2b9d3a96d25e49b89f9c46cd61b36fc4fab669d (diff) | |
download | pkgsrc-bddde8aa283e1c19a7706cbea53cd56b65215dfd.tar.gz |
py-mysqldb doesn't support 2.1 any longer.
-rw-r--r-- | www/zope25-ZMySQLDA/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/zope25-ZMySQLDA/Makefile b/www/zope25-ZMySQLDA/Makefile index 98412c0a6b1..afe18613aa1 100644 --- a/www/zope25-ZMySQLDA/Makefile +++ b/www/zope25-ZMySQLDA/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:31:06 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/08/12 21:42:53 joerg Exp $ # DISTNAME= ZMySQLDA-2.0.8 @@ -13,6 +13,8 @@ COMMENT= MySQL Database adaptor for Zope DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb +PYTHON_VERSIONS_ACCEPTED= 25 24 23 + ZOPE_COPYPRODUCT= zope-std-copyproduct-long .include "../../www/zope25/product.mk" |