summaryrefslogtreecommitdiff
path: root/audio/spiralsynth/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-06-12 00:07:34 +0000
committerwiz <wiz@pkgsrc.org>2002-06-12 00:07:34 +0000
commit1571c8316500a7da794a7f7c5fdee6d927168afd (patch)
tree4ee6624c290d593d6f516258bbf94a7d5f8b8bdf /audio/spiralsynth/Makefile
parent93bd6abaad510c925391ec0a7cd37a5874eb1902 (diff)
downloadpkgsrc-1571c8316500a7da794a7f7c5fdee6d927168afd.tar.gz
Fix compilation on xpkgwedge machines. Closes pkg/17079.
Diffstat (limited to 'audio/spiralsynth/Makefile')
-rw-r--r--audio/spiralsynth/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile
index 7628677ab29..2c3717b002a 100644
--- a/audio/spiralsynth/Makefile
+++ b/audio/spiralsynth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/26 01:14:26 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/06/12 00:07:35 wiz Exp $
#
DISTNAME= SpiralSynth-0.1.7
@@ -15,7 +15,6 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \
*-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \
*-*-vax
-USE_X11= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -26,4 +25,5 @@ do-install:
${WRKSRC}/.Spiralrc ${PREFIX}/share/spiralsynth
.include "../../x11/fltk/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"