diff options
-rw-r--r-- | audio/spiralloops/Makefile | 4 | ||||
-rw-r--r-- | audio/spiralsynth/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 31276dd3ffc..c2b7737a51e 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/13 09:38:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/14 15:03:40 ben Exp $ # DISTNAME= SpiralLoops-2.0.0 @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \ *-*-vax USE_BUILDLINK3= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c++ USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 309f0159425..2c6ae7a398e 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/13 09:38:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/14 15:05:01 ben Exp $ # DISTNAME= SpiralSynth-0.1.7 @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \ *-*-vax USE_BUILDLINK3= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c++ USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes |