diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-09 16:46:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-09 16:46:07 +0000 |
commit | ac246f82a2edf9274e50260f419dc7167398e598 (patch) | |
tree | d808950d97ef7356b537cb18705e4e7b48b8dc2d /audio | |
parent | ec0c908a8d49eef278e04230d8e79cfe41bf0852 (diff) | |
download | pkgsrc-ac246f82a2edf9274e50260f419dc7167398e598.tar.gz |
Uses C++.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ladspa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ladspa/Makefile b/audio/ladspa/Makefile index a601b8776f1..7cc8f50d6c4 100644 --- a/audio/ladspa/Makefile +++ b/audio/ladspa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/04 21:28:56 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/09 16:46:07 joerg Exp $ # DISTNAME= ladspa_sdk_1.12 @@ -14,6 +14,7 @@ COMMENT= Linux Audio Developers Simple Plugin API WRKSRC= ${WRKDIR}/ladspa_sdk/src USE_TOOLS+= gmake +USE_LANGUAGES= c c++ MAKEFILE= makefile |