diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-09 23:37:39 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-09 23:37:39 +0000 |
commit | 0c233e41b2fcfe7bf940a4da44bf7a7562c05869 (patch) | |
tree | 444c03ebfd6980bd87d7ea509bf03dcb43eefc0e /audio/terminatorx | |
parent | Fix build on 4.x by including sys/types.h. (diff) |
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 7c043923ba3e..b31d33bd19a8 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 |