diff options
author | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-12-21 00:14:14 +0800 |
commit | 5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch) | |
tree | d86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/libshout2 | |
parent | e64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff) | |
download | freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.gz freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.tar.zst freebsd-ports-gnome-5b3197d3498bc5e00cf42ac3e55c2b4e89bed552.zip |
Catch up with libogg/libvorbis version bump.
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index c7758725cc59..ac59f3286cc1 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -7,7 +7,7 @@ PORTNAME= libshout2 PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://www.icecast.org/files/libshout/ @@ -16,8 +16,7 @@ DISTNAME= libshout-${PORTVERSION} MAINTAINER= lofi@freebsd.org COMMENT= Routines for connecting and transmitting data to the icecast server -LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ - vorbis.2:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" |