diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch) | |
tree | 765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/mp3splt/Makefile | |
parent | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff) | |
download | ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.gz ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.zip |
Notes
Diffstat (limited to 'audio/mp3splt/Makefile')
-rw-r--r-- | audio/mp3splt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index ab5dacebb03b..14f412812bf6 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -7,7 +7,7 @@ PORTNAME= mp3splt PORTVERSION= 1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,8 +17,7 @@ MAINTAINER= q@uni.de COMMENT= Utility to split mp3 and ogg files (via CUE sheets) LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \ - vorbis.2:${PORTSDIR}/audio/libvorbis \ - ogg.4:${PORTSDIR}/audio/libogg + vorbis.3:${PORTSDIR}/audio/libvorbis GNU_CONFIGURE= yes CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ |