diff options
author | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-07-07 05:25:59 +0800 |
commit | f6e979784bf8780b8574799132f3ff80a7ecc4a9 (patch) | |
tree | 7ee4aff47bae455bf0925c39c902355885945dda /audio/libmp3splt | |
parent | 5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05 (diff) | |
download | freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.gz freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.tar.zst freebsd-ports-gnome-f6e979784bf8780b8574799132f3ff80a7ecc4a9.zip |
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Diffstat (limited to 'audio/libmp3splt')
-rw-r--r-- | audio/libmp3splt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 3189f3fe3b52..6bb0c059e229 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -7,7 +7,7 @@ PORTNAME= libmp3splt PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mp3splt @@ -52,7 +52,7 @@ LIB_DEPENDS+= id3tag:${PORTSDIR}/audio/libid3tag .if defined(WITHOUT_VORBIS) CONFIGURE_ARGS+= --disable-ogg .else -LIB_DEPENDS+= ogg.5:${PORTSDIR}/audio/libogg \ +LIB_DEPENDS+= ogg.6:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis PLIST_FILES+= lib/libmp3splt/libsplt_ogg.a \ lib/libmp3splt/libsplt_ogg.la \ |