summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-22 21:13:03 +0000
committerwiz <wiz@pkgsrc.org>2004-11-22 21:13:03 +0000
commit084e498f61befc202ad5a30ffd788b680437860a (patch)
treebd49818c2a45babba1352b512e45cde205b3915a
parent097c06bf6f9f0f261c3072dc677075b0ee7b3cc9 (diff)
downloadpkgsrc-084e498f61befc202ad5a30ffd788b680437860a.tar.gz
USE_LANGUAGES=c c++
-rw-r--r--devel/gperf/Makefile4
-rw-r--r--devel/physfs/Makefile4
-rw-r--r--devel/swig-build/Makefile.common4
-rw-r--r--fonts/mminstance/Makefile4
4 files changed, 8 insertions, 8 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
diff --git a/fonts/mminstance/Makefile b/fonts/mminstance/Makefile
index 3f0a00acb8c..b4302723e33 100644
--- a/fonts/mminstance/Makefile
+++ b/fonts/mminstance/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/11/06 18:57:14 gavan Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/22 21:13:03 wiz Exp $
#
DISTNAME= mminstance-1.20
@@ -10,6 +10,6 @@ HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
COMMENT= Utility programs for creating instances of multiple master fonts
GNU_CONFIGURE= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"