aboutsummaryrefslogtreecommitdiffstats
path: root/audio/terminatorx
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-03-10 20:34:46 +0800
committerarved <arved@FreeBSD.org>2004-03-10 20:34:46 +0800
commit924ff7d9f6691e52fa39f9e521371ea370193cb9 (patch)
tree12ba707ce17766b9b4832df43a6a3acd637ed63c /audio/terminatorx
parent56774dd3455e90c6e41621ae647d53d956604821 (diff)
downloadfreebsd-ports-gnome-924ff7d9f6691e52fa39f9e521371ea370193cb9.tar.gz
freebsd-ports-gnome-924ff7d9f6691e52fa39f9e521371ea370193cb9.tar.zst
freebsd-ports-gnome-924ff7d9f6691e52fa39f9e521371ea370193cb9.zip
Add dependency on jack, Bump PORTREVISION.
Diffstat (limited to 'audio/terminatorx')
-rw-r--r--audio/terminatorx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index b3d481507820..a3288f9dde4e 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -6,7 +6,7 @@
PORTNAME= terminatorx
PORTVERSION= 3.81
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.terminatorx.cx/dist/
DISTNAME= terminatorX-${PORTVERSION}
@@ -17,7 +17,8 @@ COMMENT= Realtime audio synthesizer that allows you to "scratch" on audio data
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
- lrdf.2:${PORTSDIR}/textproc/liblrdf
+ lrdf.2:${PORTSDIR}/textproc/liblrdf \
+ jack.0:${PORTSDIR}/audio/jack
USE_BZIP2= yes
USE_REINPLACE= yes
@@ -27,7 +28,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --disable-alsa --disable-jack \
+CONFIGURE_ARGS= --disable-alsa \
--with-docdir="${PREFIX}/share/gnome"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"