diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 3b7f6c63f3d7cbab240d30b4a765c518bef208d4 (patch) | |
tree | f489e673d53345a1b3a0d01abd60b793baa8d924 /audio/snack | |
parent | 7448aec218630029a6f63dba3e8d2b5c0bee9c20 (diff) | |
download | FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.zip FreeBSD-ports-3b7f6c63f3d7cbab240d30b4a765c518bef208d4.tar.gz |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Diffstat (limited to 'audio/snack')
-rw-r--r-- | audio/snack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile index faf1415..696dad6 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -8,7 +8,7 @@ PORTNAME= snack PORTVERSION= 2.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio tcl84 tk84 MASTER_SITES= http://www.speech.kth.se/snack/dist/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -40,7 +40,7 @@ PLIST_SUB= SNACK_VER=${PORTVERSION:R} .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \ --with-ogg-lib=${LOCALBASE}/lib ALL_TARGET= all libsnackogg.so |