Date: Thu, 11 Dec 2014 23:59:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374561 - head/audio/terminatorx Message-ID: <201412112359.sBBNxBYS055774@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 11 23:59:10 2014 New Revision: 374561 URL: https://svnweb.freebsd.org/changeset/ports/374561 QAT: https://qat.redports.org/buildarchive/r374561/ Log: - Add external utilities called in runtime to RUN_DEPENDS Modified: head/audio/terminatorx/Makefile Modified: head/audio/terminatorx/Makefile ============================================================================== --- head/audio/terminatorx/Makefile Thu Dec 11 23:48:37 2014 (r374560) +++ head/audio/terminatorx/Makefile Thu Dec 11 23:59:10 2014 (r374561) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412112359.sBBNxBYS055774>