summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-15 13:43:41 +0000
committerjlam <jlam@pkgsrc.org>2004-02-15 13:43:41 +0000
commitcf9b0b1a0924443bf9e474f29b7a31ae46b6ce2d (patch)
tree1307c3696a88388fccdb2c9bf9358f8be9ec356b /devel
parent975dbf1a05e976876c9a0c804ee977ea70bd72e2 (diff)
downloadpkgsrc-cf9b0b1a0924443bf9e474f29b7a31ae46b6ce2d.tar.gz
The GNOME Project hasn't suddenly started using C++. These packages only
seemed to need the C++ compiler because the libtool configuration required it. This has been fixed in pkgsrc/mk.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib2/Makefile3
-rw-r--r--devel/pango/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 5224e320ed8..afb119ce311 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2004/02/14 18:26:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2004/02/15 13:43:41 jlam Exp $
DISTNAME= glib-2.2.3
PKGNAME= ${DISTNAME:S/glib/glib2/}
@@ -18,7 +18,6 @@ BUILD_USES_MSGFMT= yes
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_GNU_TOOLS+= make
-USE_LANGUAGES= c c++
USE_PERL5= yes
USE_LIBTOOL= yes
diff --git a/devel/pango/Makefile b/devel/pango/Makefile
index 0c05c7af421..474c0361685 100644
--- a/devel/pango/Makefile
+++ b/devel/pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2004/02/14 20:43:47 minskim Exp $
+# $NetBSD: Makefile,v 1.38 2004/02/15 13:43:41 jlam Exp $
#
DISTNAME= pango-1.2.5
@@ -17,7 +17,6 @@ USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
USE_X11= yes
-USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
TEST_TARGET= check
USE_LIBTOOL= yes