diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-20 06:09:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-20 06:09:47 +0000 |
commit | e6d4c775c341cbfce2395f3a56e73422768f2315 (patch) | |
tree | e8903015958da64dcbbfbad3dc7506defed51bde /audio/py-mad | |
parent | 71bf43013fe7a41897bf432adbee0d9a585a29bf (diff) |
Notes
Diffstat (limited to 'audio/py-mad')
-rw-r--r-- | audio/py-mad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile index d2782e8d61fd..7cd6409d5847 100644 --- a/audio/py-mad/Makefile +++ b/audio/py-mad/Makefile @@ -3,7 +3,7 @@ PORTNAME= mad PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= GOOGLE_CODE PROJECTHOST= pymad @@ -15,7 +15,7 @@ COMMENT= Python module that provides the MPEG Audio Decoder interface LICENSE= LGPL20 -LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/mad +LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad USES= python:2 USE_PYTHON= distutils autoplist pythonprefix |