diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 09:27:06 +0800 |
commit | 97dc1ccd911bb0ed4fca5a6371836561f554ba21 (patch) | |
tree | 4d05d61254c87ee99dd981130a34c331a7562d61 /audio/terminatorx | |
parent | 22153277e4c08891ead20753c9cef33cc219a2ed (diff) | |
download | freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.gz freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.tar.zst freebsd-ports-gnome-97dc1ccd911bb0ed4fca5a6371836561f554ba21.zip |
Chase the libmad/libid3tag shared lib version.
Diffstat (limited to 'audio/terminatorx')
-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 b1d34b68185b..7cead3dc07d9 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --disable-vorbis .endif .if !defined(WITHOUT_MAD) -LIB_DEPENDS+= mad.1:${PORTSDIR}/audio/mad +LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad .else CONFIGURE_ARGS+= --disable-mad .endif |