diff options
author | arved <arved@FreeBSD.org> | 2003-05-10 07:37:39 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-10 07:37:39 +0800 |
commit | 2bd2d37576e407f56c719f748c641ff454a37a7b (patch) | |
tree | ce51529fd88fac0043b0f51f0eb6f075a0078f50 /audio/terminatorx | |
parent | 3c2d3f6b5fbae272b07d1b9519ae3e3763eba227 (diff) | |
download | freebsd-ports-graphics-2bd2d37576e407f56c719f748c641ff454a37a7b.tar.gz freebsd-ports-graphics-2bd2d37576e407f56c719f748c641ff454a37a7b.tar.zst freebsd-ports-graphics-2bd2d37576e407f56c719f748c641ff454a37a7b.zip |
Add missing dependency on scrollkeeper
Submitted by: bento
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 7c043923ba3..b31d33bd19a 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -14,7 +14,8 @@ DISTNAME= terminatorX-${PORTVERSION} 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 +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 |