diff options
-rw-r--r-- | audio/spiralloops/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index cdc6fa0df94..7f1307b014d 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/11 18:48:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/11 18:49:30 xtraeme Exp $ # DISTNAME= SpiralLoops-2.0.0 @@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM= *-*-alpha *-*-arc *-*-cobalt *-*-dreamcast \ *-*-vax USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes |