diff options
-rw-r--r-- | devel/glib2/Makefile | 3 | ||||
-rw-r--r-- | devel/pango/Makefile | 3 |
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 |