summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-20 06:09:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-20 06:09:47 +0000
commite6d4c775c341cbfce2395f3a56e73422768f2315 (patch)
treee8903015958da64dcbbfbad3dc7506defed51bde /audio
parentwww/ephemera: 5.1 -> 5.2 (diff)
Fix dependency on libmad
Notes
Notes: svn path=/head/; revision=371228
Diffstat (limited to 'audio')
-rw-r--r--audio/py-mad/Makefile4
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