diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-12 09:57:38 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-12 09:57:38 +0000 |
commit | fa2575198aa016226bd4e34e2f6dbdec6e61c6da (patch) | |
tree | d84bf954be3c33dc2ec558a1a2df5a89bcecdf18 /audio/xmms-mad/Makefile | |
parent | 4b4f551e4bc580055e3fcc409de01718ef9dce7d (diff) | |
download | ports-fa2575198aa016226bd4e34e2f6dbdec6e61c6da.tar.gz ports-fa2575198aa016226bd4e34e2f6dbdec6e61c6da.zip |
- Depend on libid3tag
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=177087
Diffstat (limited to 'audio/xmms-mad/Makefile')
-rw-r--r-- | audio/xmms-mad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index 0f0854697493..e1912b91e03b 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= xmms-mad MAINTAINER= dyeske@yahoo.com COMMENT= A XMMS input plugin that uses libmad -LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ + id3tag.0:${PORTSDIR}/audio/libid3tag BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms |