aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-12 07:59:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-12 07:59:10 +0800
commitdf7330af82bf7f2a454810a502af797ba3bae3b3 (patch)
tree5d00f3fc5d3b3d2104c3553d389c0de9fd1a0457 /audio
parent2bd10fb4606ec00b2302ab70f134bdb3d20ea13f (diff)
downloadfreebsd-ports-gnome-df7330af82bf7f2a454810a502af797ba3bae3b3.tar.gz
freebsd-ports-gnome-df7330af82bf7f2a454810a502af797ba3bae3b3.tar.zst
freebsd-ports-gnome-df7330af82bf7f2a454810a502af797ba3bae3b3.zip
- Add external utilities called in runtime to RUN_DEPENDS
Diffstat (limited to 'audio')
-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