summaryrefslogtreecommitdiff
path: root/devel/libargparse
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-02 13:02:49 +0000
committerjlam <jlam@pkgsrc.org>2004-02-02 13:02:49 +0000
commit17d1ca394e473d786eb7e9ebcffe08c850040d2f (patch)
tree494f696e0cc788aee47c5cbc4ef2e450dc990a31 /devel/libargparse
parent2c7a49cf63cdb4c0f2cd70c66acc9a5fc2102784 (diff)
downloadpkgsrc-17d1ca394e473d786eb7e9ebcffe08c850040d2f.tar.gz
These packages need a C++ compiler.
Diffstat (limited to 'devel/libargparse')
-rw-r--r--devel/libargparse/Makefile4
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"