diff options
author | ben <ben@pkgsrc.org> | 2004-04-14 15:03:40 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-14 15:03:40 +0000 |
commit | 051f39e2c073c647e45a1e6d086f75e1fd16c043 (patch) | |
tree | 9899fb55ff9067480f6b68226f685b898c5dc5d8 /audio/spiralsynth | |
parent | 3bd1f612f261fbbd125ccf1c391abcab34468a9e (diff) | |
download | pkgsrc-051f39e2c073c647e45a1e6d086f75e1fd16c043.tar.gz |
Remove c from USE_LANGUAGES since this package uses C++.
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |