summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-04 02:31:40 +0000
committerjlam <jlam@pkgsrc.org>2004-02-04 02:31:40 +0000
commit0480cb4f0257ae39e476b335d963dea37dddb470 (patch)
tree4253464e697942ab6fd7390e4f09985e01a569fb /devel/libtool-base
parent03a0132fa99edd46411075215e31d1e468d6bbbd (diff)
downloadpkgsrc-0480cb4f0257ae39e476b335d963dea37dddb470.tar.gz
Require both the C and C++ compilers since we usually want libtool to find
the same set.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index bc7445b61df..6f1fea43292 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/07 21:18:12 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/04 02:31:40 jlam Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -10,6 +10,11 @@ COMMENT= Generic shared library support script (the script itself)
CONFLICTS+= libtool<=1.3.5nb11
+# We are going to want libtool to find the same version of C and C++
+# compilers.
+#
+USE_LANGUAGES= c c++
+
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"