diff options
author | joerg <joerg> | 2006-05-15 18:37:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-15 18:37:20 +0000 |
commit | be5fa9b84802d512784bf739ca3c11158810f4fe (patch) | |
tree | 49e51ec434378056ceac453a06d84e330e3524c8 /audio/csound4 | |
parent | f312e2e1783a896c98e4ceee64e2afe027c8e556 (diff) | |
download | pkgsrc-be5fa9b84802d512784bf739ca3c11158810f4fe.tar.gz |
Uses C++.
Diffstat (limited to 'audio/csound4')
-rw-r--r-- | audio/csound4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile index 3fb55ebe1ce..6a0952e9ef1 100644 --- a/audio/csound4/Makefile +++ b/audio/csound4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/30 03:44:41 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/15 18:42:32 joerg Exp $ # DISTNAME= csound-4.23f13gbs.0 @@ -14,6 +14,7 @@ COMMENT= Software synthesizer and sequencer DIST_SUBDIR= csound CONFLICTS+= csound-bath-4* CONFLICTS+= csound-dev-4* +USE_LANGUAGES= c c++ USE_TOOLS+= gmake makeinfo GNU_CONFIGURE= yes TEXINFO_REQD= 4.2 |