diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-20 23:32:43 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-20 23:32:43 +0800 |
commit | f5b25a48e4594e0e0807e6e0151b0d99a74579bb (patch) | |
tree | eb5a24710157005772778b61e61f4012f9502492 /audio/snack | |
parent | 9d7bc0c1c70eb3d07c121855c0bfa7232d41a13a (diff) | |
download | freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.gz freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.tar.zst freebsd-ports-gnome-f5b25a48e4594e0e0807e6e0151b0d99a74579bb.zip |
Ogg Vorbis 1.0 library major version bumps.
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index 4506a486ebba..ebad85621883 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -8,6 +8,7 @@ PORTNAME= snack PORTVERSION= 2.1.6 +PORTREVISION= 1 CATEGORIES= audio tcl83 tk83 MASTER_SITES= http://www.speech.kth.se/~kare/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -25,7 +26,7 @@ CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ PLIST_SUB= SNACK_VER=${PORTVERSION:R} .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \ --with-ogg-lib=${LOCALBASE}/lib ALL_TARGET= all libsnackogg.so |