diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 08:04:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 08:04:08 +0000 |
commit | a32db480a7920862c2e3cdcd4e57551bbf781589 (patch) | |
tree | 5da94cacdde90804ff6c9405279a38e160249731 /audio/mad | |
parent | 5cf699de3a4fbd443b7c8cef92f0166c4f3e8e44 (diff) | |
download | ports-a32db480a7920862c2e3cdcd4e57551bbf781589.tar.gz ports-a32db480a7920862c2e3cdcd4e57551bbf781589.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.
Notes
Notes:
svn path=/head/; revision=95251
Diffstat (limited to 'audio/mad')
-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 |