diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:50:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:50:45 +0000 |
commit | 0c7c11193731bb3c74ce24a7c05b48de3aeeb31d (patch) | |
tree | a4ed283e03ae682321b15c0f1241bb544e0088d9 /audio/spiralsynth | |
parent | 897e3f1dfc5d1039becaedab520a78f296238c61 (diff) | |
download | pkgsrc-0c7c11193731bb3c74ce24a7c05b48de3aeeb31d.tar.gz |
bl3ify, set USE_LANGUAGES=c c++.
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 49811c8824c..2bb79f7ac41 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/22 07:15:01 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/11 18:50:45 xtraeme Exp $ # DISTNAME= SpiralSynth-0.1.7 @@ -15,7 +15,8 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \ *-*-hpcmips *-*-hpcsh *-*-i386 *-*-pc532 *-*-pmax \ *-*-vax -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes @@ -28,6 +29,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/.SpiralPatches.bank \ ${WRKSRC}/.Spiralrc ${PREFIX}/share/spiralsynth -.include "../../x11/fltk/buildlink2.mk" -.include "../../mk/ossaudio.buildlink2.mk" +.include "../../x11/fltk/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |