diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-07 01:27:06 +0000 |
commit | c7ca0ba1270728541cb85479f0fd9d4aa5d82567 (patch) | |
tree | e120d11744661e220d8a3555e1cc169d34966ca9 /audio/mp3splt | |
parent | 556c0d85678a5197e3ae8e4a697f4c3f6a450e8e (diff) | |
download | ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.tar.gz ports-c7ca0ba1270728541cb85479f0fd9d4aa5d82567.zip |
Chase the libmad/libid3tag shared lib version.
Notes
Notes:
svn path=/head/; revision=95225
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index c8bb679e9be8..ab5dacebb03b 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -7,6 +7,7 @@ PORTNAME= mp3splt PORTVERSION= 1.9 +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.1:${PORTSDIR}/audio/mad \ +LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \ vorbis.2:${PORTSDIR}/audio/libvorbis \ ogg.4:${PORTSDIR}/audio/libogg |