aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-03 08:34:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-03 08:34:24 +0000
commit9ea1ce6a03f987515688486fc739ebf946026a5b (patch)
tree2887245f6ed50d22ff281afeca6b8cba498d3db5 /audio
parenta1d175af4f270fea87cb0f489bbca0466e08245b (diff)
downloadports-9ea1ce6a03f987515688486fc739ebf946026a5b.tar.gz
ports-9ea1ce6a03f987515688486fc739ebf946026a5b.zip
Update MAD_RUN_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=460796
Diffstat (limited to 'audio')
-rw-r--r--audio/pytone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile
index f73f5938602e..83d92e4e5a41 100644
--- a/audio/pytone/Makefile
+++ b/audio/pytone/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pytone
PORTVERSION= 3.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio python
MASTER_SITES= http://www.luga.de/pytone/download/ \
http://redundancy.redundancy.org/mirror/
@@ -30,7 +30,7 @@ PLIST_FILES= etc/pytonerc.sample
OPTIONS_DEFINE= MAD MPG123 MPG321 VORBIS
OPTIONS_DEFAULT= MAD VORBIS
-MAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mad>0:audio/py-mad@${FLAVOR}
+MAD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymad>0:audio/py-pymad@${FLAVOR}
MPG123_RUN_DEPENDS= mpg123:audio/mpg123
MPG321_DESC= MP3 decoding support via mpg321
MPG321_RUN_DEPENDS= mpg321:audio/mpg321