diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:49:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-11 18:49:30 +0000 |
commit | 5e0e57f1510525e865aa0cea2454ec8b84342539 (patch) | |
tree | 316fd5b76fbceb6bc336e7d2b40d0e17b8decb72 /audio | |
parent | bb7573c6a3d00f80cfd32aa5c4ebc387136752bb (diff) | |
download | pkgsrc-5e0e57f1510525e865aa0cea2454ec8b84342539.tar.gz |
Forgot to add USE_LANGUAGES=c c++
Diffstat (limited to 'audio')
-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 |