diff options
author | sat <sat@FreeBSD.org> | 2006-11-12 17:57:38 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-12 17:57:38 +0800 |
commit | 8da794f0ac73620c8b4a57f3488d7482ac80a933 (patch) | |
tree | c52e6f27e798a7a17b9bcf4e3e1860c64a582689 /audio/xmms-mad | |
parent | 698b7a9b9d1436cfa83031379b6151003a3a0505 (diff) | |
download | freebsd-ports-gnome-8da794f0ac73620c8b4a57f3488d7482ac80a933.tar.gz freebsd-ports-gnome-8da794f0ac73620c8b4a57f3488d7482ac80a933.tar.zst freebsd-ports-gnome-8da794f0ac73620c8b4a57f3488d7482ac80a933.zip |
- Depend on libid3tag
Reported by: pointyhat via kris
Diffstat (limited to 'audio/xmms-mad')
-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 |