diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-02 13:02:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-02 13:02:49 +0000 |
commit | 7023316259ed6147a0dbcf3833bd407b664e47e7 (patch) | |
tree | 494f696e0cc788aee47c5cbc4ef2e450dc990a31 /devel/libargparse | |
parent | d0e5f4a6d56210f7e99f693e5ec57b093bdd0220 (diff) | |
download | pkgsrc-7023316259ed6147a0dbcf3833bd407b664e47e7.tar.gz |
These packages need a C++ compiler.
Diffstat (limited to 'devel/libargparse')
-rw-r--r-- | devel/libargparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile index 67e7af21f3e..c2081c484f4 100644 --- a/devel/libargparse/Makefile +++ b/devel/libargparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/11/03 18:27:54 gavan Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/02 13:02:49 jlam Exp $ # DISTNAME= libargparse-0.1.0000 @@ -15,6 +15,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_BUILDLINK2= yes -USE_GCC_SHLIB= yes +USE_LANGUAGES= c c++ .include "../../mk/bsd.pkg.mk" |