diff options
author | arved <arved@FreeBSD.org> | 2004-02-28 18:21:04 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-28 18:21:04 +0800 |
commit | d208978e73b5e83fae1c6086febf0fd62820d880 (patch) | |
tree | 5ea557f07401b44f033d90ba8a391f86f37916ff /audio/terminatorx | |
parent | 831425943394bacd045bf1bd5141ecde54f4c9f5 (diff) | |
download | freebsd-ports-gnome-d208978e73b5e83fae1c6086febf0fd62820d880.tar.gz freebsd-ports-gnome-d208978e73b5e83fae1c6086febf0fd62820d880.tar.zst freebsd-ports-gnome-d208978e73b5e83fae1c6086febf0fd62820d880.zip |
Chase liblrdf Shared library version. Bump PORTREVISION
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 |