diff options
author | ben <ben@pkgsrc.org> | 2004-04-14 14:57:02 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-14 14:57:02 +0000 |
commit | fd8a1c074d2586f3f152dc2bf48dddd5cb449ecf (patch) | |
tree | 2da42b9167e61a04930580dab98df8a23703b22b /audio/csound-dev | |
parent | b0ecb41809b350946bb6161f486577a0ea709709 (diff) | |
download | pkgsrc-fd8a1c074d2586f3f152dc2bf48dddd5cb449ecf.tar.gz |
Add USE_LANGUAGES=c c++ to note that this package uses C and C++.
Diffstat (limited to 'audio/csound-dev')
-rw-r--r-- | audio/csound-dev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/csound-dev/Makefile b/audio/csound-dev/Makefile index b4a47c4a6b8..01022bba60b 100644 --- a/audio/csound-dev/Makefile +++ b/audio/csound-dev/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/13 09:38:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/14 14:59:28 ben Exp $ # DISTNAME= Csound-4.24.1 @@ -23,6 +23,7 @@ USE_GNU_TOOLS+= make USE_BUILDLINK3= yes USE_X11= yes CONFLICTS= csound-bath* +USE_LANGUAGES= c c++ .include "../../x11/fltk/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" |