diff options
Diffstat (limited to 'audio/moss/Makefile')
-rw-r--r-- | audio/moss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/moss/Makefile b/audio/moss/Makefile index a620901a6f7..111ec626675 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/02 23:47:58 asau Exp $ +# $NetBSD: Makefile,v 1.22 2014/01/25 10:29:56 wiz Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 6 @@ -12,6 +12,8 @@ COMMENT= MP3/OGG Streaming Server DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ogg, py-vorbis + PYTHON_PATCH_SCRIPTS= ${WRKSRC}/*.py RCD_SCRIPTS= moss |