diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 10:21:04 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-28 10:21:04 +0000 |
commit | ff88f64618899154f7703f58690d25e165ab2db8 (patch) | |
tree | 8c43f4b142c92c13e27f3afaaf749bec807c0fc0 /audio/terminatorx | |
parent | d58786f72cc7c5eb43673987e1f81894993b87b4 (diff) | |
download | ports-ff88f64618899154f7703f58690d25e165ab2db8.tar.gz ports-ff88f64618899154f7703f58690d25e165ab2db8.zip |
Notes
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 4e629aea7656..b3d481507820 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -6,7 +6,7 @@ PORTNAME= terminatorx PORTVERSION= 3.81 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.terminatorx.cx/dist/ DISTNAME= terminatorX-${PORTVERSION} @@ -17,7 +17,7 @@ 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.1:${PORTSDIR}/textproc/liblrdf + lrdf.2:${PORTSDIR}/textproc/liblrdf USE_BZIP2= yes USE_REINPLACE= yes |