diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | c7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch) | |
tree | e120d11744661e220d8a3555e1cc169d34966ca9 /audio/py-mad | |
parent | 556c0d85678a5197e3ae8e4a697f4c3f6a450e8e (diff) | |
download | ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.tar.gz ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.zip |
Notes
Diffstat (limited to 'audio/py-mad')
-rw-r--r-- | audio/py-mad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index 81ad408c7c3a..6a0f63c8abe8 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -6,6 +6,7 @@ PORTNAME= mad PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://spacepants.org/src/pymad/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ DISTNAME= pymad-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Python module that provides the MPEG Audio Decoder interface -LIB_DEPENDS= mad.1:${PORTSDIR}/audio/mad +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad USE_REINPLACE= yes USE_PYTHON= yes |