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/darkice | |
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/darkice')
-rw-r--r-- | audio/darkice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index f85dca632dfe..cc6afad153c8 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -8,6 +8,7 @@ PORTNAME= darkice PORTVERSION= 0.13.1 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An IceCast, IceCast2 and ShoutCast live audio streamer LIB_DEPENDS= mp3lame.0:${PORTSDIR}/audio/lame \ - vorbis.2:${PORTSDIR}/audio/libvorbis + vorbis.3:${PORTSDIR}/audio/libvorbis USE_REINPLACE= yes GNU_CONFIGURE= yes |