diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-07 16:04:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-07 16:04:08 +0800 |
commit | b3bccde2910efd08e33095f8d63df21a87cde2ef (patch) | |
tree | b5fa5b6d2423036a3f133ba625d8c0aed3944139 | |
parent | 3e5ddc993ba30bb2237ea4758881eff859d17bd0 (diff) | |
download | freebsd-ports-gnome-b3bccde2910efd08e33095f8d63df21a87cde2ef.tar.gz freebsd-ports-gnome-b3bccde2910efd08e33095f8d63df21a87cde2ef.tar.zst freebsd-ports-gnome-b3bccde2910efd08e33095f8d63df21a87cde2ef.zip |
Remove the explicit LIB_DEPENDS on libid3tag. Having this here will cause
the portupgrade of mad to fail. For those affected by this, simply
reinstall audio/libid3tag.
-rw-r--r-- | audio/mad/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/mad/Makefile b/audio/mad/Makefile index 5695c49feaf0..e1fa3edd9fb6 100644 --- a/audio/mad/Makefile +++ b/audio/mad/Makefile @@ -16,7 +16,6 @@ MAINTAINER= asa@gascom.ru COMMENT= The "meta-port" for the MAD sound playback system RUN_DEPENDS= madplay:${PORTSDIR}/audio/madplay -LIB_DEPENDS= id3tag.2:${PORTSDIR}/audio/libid3tag NO_BUILD= yes |