summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-01-21 08:41:54 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-01-21 08:41:54 +0000
commit0e46692a8b8aa772367330509e956fc0db0ff284 (patch)
tree668829f3b6724912eb9e84b5e7772d8412ccc7cb /audio
parent- Kwiki::PagePrivacy is a plugin that setup read/write level for (diff)
- Depend on audio/libmad not audio/mad for libmad
Notes
Notes: svn path=/head/; revision=126988
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3splt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile
index 96e69b59c4ff..7869fe2021eb 100644
--- a/audio/mp3splt/Makefile
+++ b/audio/mp3splt/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mp3splt
PORTVERSION= 2.1b
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= q@uni.de
COMMENT= Utility to split mp3 and ogg files (via CUE sheets)
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \
+LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
vorbis.3:${PORTSDIR}/audio/libvorbis \
ogg.5:${PORTSDIR}/audio/libogg