From e662b7fead4a73ea8c1a9fd9125dcaee90d939b4 Mon Sep 17 00:00:00 2001 From: arved Date: Sun, 27 Apr 2003 14:34:50 +0000 Subject: Add dependency on liblrdf and remove -disable-lrdf from CONFIGURE_ARGS. --- audio/terminatorx/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/terminatorx') 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}" -- cgit