aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-11 23:59:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-11 23:59:10 +0000
commitc189868128fe8c3a91193fb48800fbd320b128b8 (patch)
tree5d00f3fc5d3b3d2104c3553d389c0de9fd1a0457
parentf78351bc964ae59059dc8f1e3fe1ae12ec07346c (diff)
downloadports-c189868128fe8c3a91193fb48800fbd320b128b8.tar.gz
ports-c189868128fe8c3a91193fb48800fbd320b128b8.zip
Notes
-rw-r--r--audio/terminatorx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index f08cd71cd8cf..88ff2c6aa470 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -4,7 +4,7 @@
PORTNAME= terminatorx
PORTVERSION= 3.84
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://terminatorx.org/dist/
DISTNAME= terminatorX-${PORTVERSION}
@@ -43,10 +43,13 @@ ALSA_CONFIGURE_OFF= --disable-alsa
JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
JACK_CONFIGURE_OFF= --disable-jack
MPG123_BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
+MPG123_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
MPG123_CONFIGURE_OFF= --disable-mpg123
SOX_BUILD_DEPENDS= sox:${PORTSDIR}/audio/sox
+SOX_RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
SOX_CONFIGURE_OFF= --disable-sox
VORBIS_BUILD_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools
+VORBIS_RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools
VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
VORBIS_CONFIGURE_OFF= --disable-vorbis
MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad