summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-21 00:46:56 +0000
committerjlam <jlam@pkgsrc.org>2002-09-21 00:46:56 +0000
commit49360fea61bbf69d9ff63a8afd22df1988f5f531 (patch)
tree54f3bda214c33d37e53ed125c70a8f8c41a38e9d /audio/spiralsynth/Makefile
parent621ea6a068133286917a8597a88a0c4cf8b577d8 (diff)
downloadpkgsrc-49360fea61bbf69d9ff63a8afd22df1988f5f531.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r--audio/spiralsynth/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile
index 2c3717b002a..c374934e5ec 100644
--- a/audio/spiralsynth/Makefile
+++ b/audio/spiralsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/06/12 00:07:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/21 00:56:03 jlam Exp $
#
DISTNAME= SpiralSynth-0.1.7
@@ -15,6 +15,8 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \
*-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \
*-*-vax
+USE_BUILDLINK2= yes
+USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -24,6 +26,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/.SpiralPatches.bank \
${WRKSRC}/.Spiralrc ${PREFIX}/share/spiralsynth
-.include "../../x11/fltk/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../x11/fltk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"