diff options
author | arved <arved@FreeBSD.org> | 2004-02-28 10:21:04 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-28 10:21:04 +0000 |
commit | d208978e73b5e83fae1c6086febf0fd62820d880 (patch) | |
tree | 5ea557f07401b44f033d90ba8a391f86f37916ff /audio | |
parent | 831425943394bacd045bf1bd5141ecde54f4c9f5 (diff) | |
download | FreeBSD-ports-d208978e73b5e83fae1c6086febf0fd62820d880.zip FreeBSD-ports-d208978e73b5e83fae1c6086febf0fd62820d880.tar.gz |
Chase liblrdf Shared library version. Bump PORTREVISION
Diffstat (limited to 'audio')
-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 4e629ae..b3d4815 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 |