aboutsummaryrefslogtreecommitdiff
path: root/audio/terminatorx
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-27 14:34:50 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-27 14:34:50 +0000
commit8a683b24a5bf314fe5e239a728d67c279125968f (patch)
tree94a43f6fcc05e4aa1ba2bec339a12eaf66e84875 /audio/terminatorx
parent843926595caf5f3c39aa6035ea1b6389652d7ffb (diff)
downloadports-8a683b24a5bf314fe5e239a728d67c279125968f.tar.gz
ports-8a683b24a5bf314fe5e239a728d67c279125968f.zip
Add dependency on liblrdf and remove -disable-lrdf from
CONFIGURE_ARGS.
Notes
Notes: svn path=/head/; revision=79741
Diffstat (limited to 'audio/terminatorx')
-rw-r--r--audio/terminatorx/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile
index 4f6757089270..7c043923ba3e 100644
--- a/audio/terminatorx/Makefile
+++ b/audio/terminatorx/Makefile
@@ -6,6 +6,7 @@
PORTNAME= terminatorx
PORTVERSION= 3.80
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.terminatorx.cx/dist/
DISTNAME= terminatorX-${PORTVERSION}
@@ -14,7 +15,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Realtime audio synthesizer that allows you to "scratch" on audio data
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
+LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
+ lrdf.1:${PORTSDIR}/textproc/liblrdf
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -25,7 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-lrdf --with-docdir="${PREFIX}/share/gnome"
+CONFIGURE_ARGS= --with-docdir="${PREFIX}/share/gnome"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"