aboutsummaryrefslogtreecommitdiff
path: root/audio/terminatorx
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-12-20 16:14:14 +0000
commit89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch)
tree765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/terminatorx
parent4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff)
downloadports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.tar.gz
ports-89c5de703163bc92603bc4ad3ec74b9e1f73f231.zip
Notes
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