diff options
Diffstat (limited to 'devel/libtool-base/Makefile')
-rw-r--r-- | devel/libtool-base/Makefile | 7 |
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" |