diff options
author | xtraeme <xtraeme> | 2004-04-11 18:49:30 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-11 18:49:30 +0000 |
commit | 57887382f4835e5795741bffc050661e3ecc7655 (patch) | |
tree | 316fd5b76fbceb6bc336e7d2b40d0e17b8decb72 | |
parent | 9189a4c57501b3e6db90f5434a2ccae5e8ba07e4 (diff) | |
download | pkgsrc-57887382f4835e5795741bffc050661e3ecc7655.tar.gz |
Forgot to add USE_LANGUAGES=c c++
-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 |