diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 21:13:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 21:13:03 +0000 |
commit | 084e498f61befc202ad5a30ffd788b680437860a (patch) | |
tree | bd49818c2a45babba1352b512e45cde205b3915a /devel/swig-build | |
parent | 097c06bf6f9f0f261c3072dc677075b0ee7b3cc9 (diff) | |
download | pkgsrc-084e498f61befc202ad5a30ffd788b680437860a.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel/swig-build')
-rw-r--r-- | devel/swig-build/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig-build/Makefile.common b/devel/swig-build/Makefile.common index 7b902ea7df3..21dcdb89a41 100644 --- a/devel/swig-build/Makefile.common +++ b/devel/swig-build/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/03/07 23:20:35 minskim Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/11/22 21:13:21 wiz Exp $ DISTNAME= swig-${SWIG_VERSION} CATEGORIES= devel @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/SWIG-${SWIG_VERSION} USE_BUILDLINK3= YES GNU_CONFIGURE= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES CONFIGURE_ARGS+= --without-guile |