diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-14 13:35:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-14 13:35:50 +0000 |
commit | 19a61537d95a818077f7a25b7d3ee9650e57b5b6 (patch) | |
tree | 38a68878f8b67070fe9c3203dacad5e2269abd47 /audio | |
parent | ae230f95d0e506b8b16efb07639223433353b151 (diff) | |
download | pkgsrc-19a61537d95a818077f7a25b7d3ee9650e57b5b6.tar.gz |
Fix typo. Noticed by pkglintd.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-xmms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-xmms/Makefile b/audio/py-xmms/Makefile index 8b57ab86635..cb1e1afafab 100644 --- a/audio/py-xmms/Makefile +++ b/audio/py-xmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/11 14:59:54 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/14 13:35:50 joerg Exp $ DISTNAME= pyxmms-2.02 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -11,7 +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 +PYTHON_VERSIONS_ACCEPTED= 24 23 22 NO_CONFIGURE= yes SUBST_CLASSES+= paths |