summaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
authortv <tv>2005-11-08 00:59:37 +0000
committertv <tv>2005-11-08 00:59:37 +0000
commit7994a9575753eecefe23dd3b5787c2e1aa2cbb49 (patch)
tree25d03e27b37728034e49d38dac99f63f198d2ea3 /audio/fluidsynth
parent045e8804080ffacddc7a6ed0fe6dff4bdb9d0bcd (diff)
downloadpkgsrc-7994a9575753eecefe23dd3b5787c2e1aa2cbb49.tar.gz
Include devel/libgetopt bl3.
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index c5ebbd57a96..16ed8985779 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/10/12 20:22:57 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2005/11/08 00:59:37 tv Exp $
DISTNAME= fluidsynth-1.0.6
CATEGORIES= audio
@@ -18,6 +18,7 @@ PTHREAD_AUTO_VARS= yes
CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
LDFLAGS+= ${LIBOSSAUDIO}
+.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"