aboutsummaryrefslogtreecommitdiff
path: root/audio/moc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-13 07:49:32 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-13 07:49:32 +0000
commit5212709cc8d5f4e23d922b1a3e9d5a7f40755e9d (patch)
tree3caef1af5743551e80c10c3fc79b61e6cc54c3e0 /audio/moc
parent3a55c46c68ec40691149e9241e4a3157d9d1a3d9 (diff)
downloadports-5212709cc8d5f4e23d922b1a3e9d5a7f40755e9d.tar.gz
ports-5212709cc8d5f4e23d922b1a3e9d5a7f40755e9d.zip
Notes
Diffstat (limited to 'audio/moc')
-rw-r--r--audio/moc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile
index e85c684653a6..0ea24ae33011 100644
--- a/audio/moc/Makefile
+++ b/audio/moc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moc
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@@ -47,7 +48,7 @@ CONFIGURE_ARGS+= --without-jack
.endif
.if defined(WITH_MP3)
-LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/mad \
+LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \
id3tag.2:${PORTSDIR}/audio/libid3tag
PLIST_FILES+= lib/moc/decoder_plugins/libmp3_decoder.so
.else