diff options
author | xtraeme <xtraeme> | 2004-04-11 18:50:45 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-11 18:50:45 +0000 |
commit | 7a6ada917ef8742da978f68fd2f6e865b49572c0 (patch) | |
tree | a4ed283e03ae682321b15c0f1241bb544e0088d9 | |
parent | fe79eb9152888d6d8a36bcf98199117d42d874f2 (diff) | |
download | pkgsrc-7a6ada917ef8742da978f68fd2f6e865b49572c0.tar.gz |
bl3ify, set USE_LANGUAGES=c c++.
-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" |