summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/db4/Makefile4
-rw-r--r--devel/gtl/Makefile4
-rw-r--r--devel/libargparse/Makefile4
-rw-r--r--devel/libsigc++/Makefile4
-rw-r--r--devel/ncurses/Makefile4
-rw-r--r--devel/stlport/Makefile4
-rw-r--r--print/xpdf/Makefile4
-rw-r--r--x11/fltk/Makefile4
-rw-r--r--x11/kdelibs3/Makefile4
-rw-r--r--x11/qt3-libs/Makefile.common4
10 files changed, 20 insertions, 20 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index c1d600c1d81..fa66274d973 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:12:49 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/02 13:02:49 jlam Exp $
DISTNAME= db-4.2.52
PKGNAME= ${DISTNAME:S/db/db4/}
@@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_BUILDLINK3= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKDIR}/${DISTNAME}/build_unix/libtool
GNU_CONFIGURE= YES
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile
index 624e5f2933a..6b9e2239eae 100644
--- a/devel/gtl/Makefile
+++ b/devel/gtl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/11/03 18:17:55 gavan Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/02 13:02:49 jlam Exp $
DISTNAME= GTL-0.3.3
PKGNAME= gtl-0.3.3
@@ -14,7 +14,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_BUILDLINK2= # defined
-USE_GCC_SHLIB= # defined
+USE_LANGUAGES= c c++
LICENSE= no-commercial-use
diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile
index 67e7af21f3e..c2081c484f4 100644
--- a/devel/libargparse/Makefile
+++ b/devel/libargparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/11/03 18:27:54 gavan Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/02 13:02:49 jlam Exp $
#
DISTNAME= libargparse-0.1.0000
@@ -15,6 +15,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_BUILDLINK2= yes
-USE_GCC_SHLIB= yes
+USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile
index a2ab90e998b..a58fede4921 100644
--- a/devel/libsigc++/Makefile
+++ b/devel/libsigc++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/25 03:08:47 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/02 13:02:49 jlam Exp $
DISTNAME= libsigc++-1.2.5
CATEGORIES= devel
@@ -12,7 +12,7 @@ USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= m4 make
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/sigc++-1.2.pc.in
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index d3e8d2d52f9..cd372572cc2 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/01/07 01:16:04 jlam Exp $
+# $NetBSD: Makefile,v 1.56 2004/02/02 13:02:49 jlam Exp $
DISTNAME= ncurses-${NC_VERS}
NC_VERS= 5.3
@@ -15,7 +15,7 @@ COMMENT= CRT screen handling and optimization package
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index e7df9410dea..e3f6779de5a 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/27 00:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.16 2004/02/02 13:02:49 jlam Exp $
DISTNAME= STLport-4.6
PKGNAME= stlport-4.6
@@ -12,7 +12,7 @@ COMMENT= Complete C++ standard library
USE_BUILDLINK2= # defined
USE_GNU_TOOLS+= make
USE_LIBTOOL= # defined
-USE_GCC_SHLIB= # defined
+USE_LANGUAGES= c++
NO_CONFIGURE= # defined
BUILD_DIRS= ${WRKSRC}/src
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile
index fe0eea7260b..6c756167a05 100644
--- a/print/xpdf/Makefile
+++ b/print/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/11/07 16:34:41 gavan Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/02 13:02:49 jlam Exp $
DISTNAME= xpdf-2.03
CATEGORIES= print
@@ -16,7 +16,7 @@ CONFLICTS= xpdf-crypto-[0-9]*
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_X11= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 9ad02930b6d..1a8b23110f1 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.34 2004/02/02 13:02:49 jlam Exp $
#
DISTNAME= fltk-1.0.11-source
@@ -20,7 +20,7 @@ COMMENT= Fast Light Tool Kit for graphical user interfaces
WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
USE_BUILDLINK2= # defined
-USE_GCC_SHLIB= # defined
+USE_LANGUAGES= c c++
USE_GNU_TOOLS+= make
USE_LIBTOOL= # defined
USE_X11BASE= # defined
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index d81fc2d6d88..812a03562dd 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/01/23 17:18:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.49 2004/02/02 13:02:50 jlam Exp $
DISTNAME= kdelibs-3.1.5
PKGREVISION= 1
@@ -10,7 +10,7 @@ COMMENT= Support libraries for the KDE integrated X11 desktop
CONFLICTS+= koffice3<=1.1.1
USE_BUILDLINK2= YES
-USE_GCC_SHLIB= YES
+USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}"
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 9d5bcf97f05..3e6629567f1 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2004/01/24 15:30:33 grant Exp $
+# $NetBSD: Makefile.common,v 1.27 2004/02/02 13:02:50 jlam Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -15,7 +15,7 @@ PATCHDIR= ${.CURDIR}/../../x11/qt3-libs/patches
HAS_CONFIGURE= yes
USE_X11= yes
USE_GNU_TOOLS+= make
-USE_GCC_SHLIB= yes
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_GNU_TOOLS+= awk