pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/spiralsynth bl3ify, set USE_LANGUAGES=c c++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4d345fc03c0
branches:  trunk
changeset: 472652:e4d345fc03c0
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Apr 11 18:50:45 2004 +0000

description:
bl3ify, set USE_LANGUAGES=c c++.

diffstat:

 audio/spiralsynth/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 7ae927329fe7 -r e4d345fc03c0 audio/spiralsynth/Makefile
--- a/audio/spiralsynth/Makefile        Sun Apr 11 18:49:49 2004 +0000
+++ b/audio/spiralsynth/Makefile        Sun Apr 11 18:50:45 2004 +0000
@@ -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 @@
                        *-*-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 @@
        ${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"



Home | Main Index | Thread Index | Old Index