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 | |
parent | 097c06bf6f9f0f261c3072dc677075b0ee7b3cc9 (diff) | |
download | pkgsrc-084e498f61befc202ad5a30ffd788b680437860a.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gperf/Makefile | 4 | ||||
-rw-r--r-- | devel/physfs/Makefile | 4 | ||||
-rw-r--r-- | devel/swig-build/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 1281cbb2e94..6fe49b7913a 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/17 13:15:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.17 2004/11/22 21:14:29 wiz Exp $ # DISTNAME= gperf-3.0.1 @@ -12,7 +12,7 @@ COMMENT= GNU perfect hash function generator PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --mandir="${PREFIX}/man" diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index f9d1ad9f0d6..48f5ed80a4a 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/11/12 06:39:20 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/11/22 21:14:10 wiz Exp $ # DISTNAME= physfs-1.0.0 @@ -14,7 +14,7 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_GCC_SHLIB= yes +USE_LANGUAGES= c c++ .include "../../devel/readline/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" 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 |