diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:59:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:59:54 +0000 |
commit | cc3de8619939312b855e9c4f79668c303695f949 (patch) | |
tree | 14ed3405bac43edb2b3a30684292f874ed2da7bb /audio/py-xmms | |
parent | 62ce5ca8060a1f8fedbf2543348adee06fa6d6ea (diff) | |
download | pkgsrc-cc3de8619939312b855e9c4f79668c303695f949.tar.gz |
Needs Python 2.2+
Diffstat (limited to 'audio/py-xmms')
-rw-r--r-- | audio/py-xmms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile index 2de32892be5..8b57ab86635 100644 --- a/audio/py-xmms/Makefile +++ b/audio/py-xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/06/11 14:59:54 joerg Exp $ DISTNAME= pyxmms-2.02 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.via.ecp.fr/~flo/index.en.xhtml\#PyXMMS_and_PyXMMS-remote COMMENT= Python interface to XMMS PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCPETED= 24 23 22 NO_CONFIGURE= yes SUBST_CLASSES+= paths |