summaryrefslogtreecommitdiff
path: root/devel/libargparse
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-02 13:02:49 +0000
committerjlam <jlam>2004-02-02 13:02:49 +0000
commitd51622d698b17e8ae435e27b80478a699da3b3d2 (patch)
tree494f696e0cc788aee47c5cbc4ef2e450dc990a31 /devel/libargparse
parent29d20eae915b1881d9ad504de72ef1c9f3a4ee0d (diff)
downloadpkgsrc-d51622d698b17e8ae435e27b80478a699da3b3d2.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"