diff options
author | joerg <joerg> | 2006-06-07 16:55:34 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-07 16:55:34 +0000 |
commit | a8a03a31ef99600fc25c389a101a3247e8debc45 (patch) | |
tree | 698ed982700aec1eb10042ea15b8badb2999050b /databases | |
parent | 848f6d5a3cf850b0f4519c03b204cb5e827dd542 (diff) | |
download | pkgsrc-a8a03a31ef99600fc25c389a101a3247e8debc45.tar.gz |
py-postgressql dependency needs Python 2.2+
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-pgnotify/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-pgnotify/Makefile b/databases/py-pgnotify/Makefile index faef370182a..9cf053a4b22 100644 --- a/databases/py-pgnotify/Makefile +++ b/databases/py-pgnotify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:36 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/07 16:55:34 joerg Exp $ # DISTNAME= pgnotify-0.1 @@ -20,6 +20,7 @@ USE_TOOLS+= gmake PYDISTUTILSPKG= yes PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX:Q} +PYTHON_VERSIONS_ACCEPTED= 24 23 22 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |