Remove MYSQL_VERSIONS_ACCEPTED, mysql-4.0.x was removed.

This commit is contained in:
xtraeme 2006-01-09 11:35:45 +00:00
parent b0693b0d51
commit 21eec721b8

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2006/01/08 18:35:08 xtraeme Exp $
# $NetBSD: Makefile,v 1.21 2006/01/09 11:35:45 xtraeme Exp $
DISTNAME= MySQL-python-0.9.2
PKGNAME= ${PYPKGPREFIX}-mysqldb-0.9.2
@ -13,8 +13,6 @@ COMMENT= MySQL interface for Python
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
MYSQL_VERSIONS_ACCEPTED= 40
.include "../../mk/mysql.buildlink3.mk"
.include "../../lang/python/extension.mk"