summaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 1306808ab4e..ddacac1c2a6 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/02/19 18:26:43 adam Exp $
+# $NetBSD: Makefile,v 1.6 2006/03/09 21:04:40 jlam Exp $
DISTNAME= fluidsynth-1.0.7
CATEGORIES= audio
@@ -20,6 +20,6 @@ LDFLAGS+= ${LIBOSSAUDIO}
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/oss.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"