aboutsummaryrefslogtreecommitdiffstats
path: root/audio/terminatorx
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-12-21 00:14:14 +0800
committernaddy <naddy@FreeBSD.org>2003-12-21 00:14:14 +0800
commit5b3197d3498bc5e00cf42ac3e55c2b4e89bed552 (patch)
treed86735ea3fd63f05658c7cbdade459b1a54838f6 /audio/terminatorx
parente64af3bd9c6ee7bef0ac283907ab153e12eeb660 (diff)
downloadfreebsd-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/terminatorx')
-rw-r--r--audio/terminatorx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index 7cead3dc07d9..fce352fb1593 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -6,6 +6,7 @@
PORTNAME= terminatorx
PORTVERSION= 3.81
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.terminatorx.cx/dist/
DISTNAME= terminatorX-${PORTVERSION}
@@ -47,7 +48,7 @@ CONFIGURE_ARGS+= --disable-sox
.if !defined(WITHOUT_VORBIS)
BUILD_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools
-LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --disable-vorbis
.endif