diff options
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 |