diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-04 19:39:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-04 19:39:04 +0000 |
commit | c39bb071515e6767f2490c94f885440bfaffbced (patch) | |
tree | 692e86898c5269b91debe172a999bf3cbee399f9 | |
parent | 8ef101d9d6d63a8b00cc557284fa87fcfb2cdfa3 (diff) |
Notes
-rw-r--r-- | audio/terminatorx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 4b234a5dbaf0..ee8aec10a876 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -50,7 +50,7 @@ SOX_CONFIGURE_OFF= --disable-sox VORBIS_BUILD_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/mad +MAD_LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad MAD_CONFIGURE_OFF= --disable-mad post-patch: |