diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-10 12:34:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-10 12:34:46 +0000 |
commit | d1cf57afb3e82055c9297012c62e8f1d6449e989 (patch) | |
tree | de8f4f0b7311a55ca4d5c5f2490c022c301492e5 /audio/terminatorx | |
parent | Remove BROKEN, my soundcard was locked by arts *sigh* (diff) |
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}" |