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 | b93c2f06f15b868b94357420710b98e6d55a7845 (patch) | |
tree | d808950d97ef7356b537cb18705e4e7b48b8dc2d /audio | |
parent | d6b11da565689d55496583f91abfdc3c092bb59a (diff) | |
download | pkgsrc-b93c2f06f15b868b94357420710b98e6d55a7845.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 |