diff options
author | arved <arved@FreeBSD.org> | 2004-03-10 20:34:46 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-10 20:34:46 +0800 |
commit | 924ff7d9f6691e52fa39f9e521371ea370193cb9 (patch) | |
tree | 12ba707ce17766b9b4832df43a6a3acd637ed63c /audio/terminatorx | |
parent | 56774dd3455e90c6e41621ae647d53d956604821 (diff) | |
download | freebsd-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/Makefile | 7 |
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}" |