From 180d61286fabe52d4952c2d1e21272d61ae4a107 Mon Sep 17 00:00:00 2001 From: ghen Date: Mon, 6 Feb 2006 09:20:45 +0000 Subject: s/_MOZILLA_USE_GTK2/MOZILLA_USE_GTK2/g, as to silent pkglint (WARN: Variable names starting with an underscore are reserved for internal pkgsrc use). Ok with wiz. --- mail/thunderbird/Makefile | 4 ++-- time/sunbird/Makefile | 4 ++-- www/firefox/Makefile | 4 ++-- www/firefox/Makefile.common | 4 ++-- www/galeon/Makefile | 4 ++-- www/mozilla-gtk2/Makefile | 4 ++-- www/mozilla/Makefile.common | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index d0197833f00..476b3d24961 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:09:59 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/02/06 09:20:45 ghen Exp $ MOZILLA= thunderbird PKGREVISION= 1 COMMENT= Mozilla mail client -_MOZILLA_USE_GTK2= # yes +MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES .include "../../mail/thunderbird/Makefile-thunderbird.common" diff --git a/time/sunbird/Makefile b/time/sunbird/Makefile index e0a41a9a29a..428caa44698 100644 --- a/time/sunbird/Makefile +++ b/time/sunbird/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 21:56:20 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/06 09:20:45 ghen Exp $ MOZILLA= sunbird COMMENT= Mozilla stand-alone calendar application -_MOZILLA_USE_GTK2= # yes +MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES .include "../../time/sunbird/Makefile-sunbird.common" diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 6366e613ff5..3b0b0f17c7b 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.30 2006/02/06 00:37:54 ghen Exp $ +# $NetBSD: Makefile,v 1.31 2006/02/06 09:20:46 ghen Exp $ MOZILLA= firefox PKGREVISION= 1 EXTRACT_SUFX= .tar.bz2 COMMENT= Lightweight gecko-based web browser -_MOZILLA_USE_GTK2= # yes +MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES .include "../../www/firefox/Makefile-firefox.common" diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common index 8f289961b55..baed388760b 100644 --- a/www/firefox/Makefile.common +++ b/www/firefox/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2006/02/06 00:37:54 ghen Exp $ +# $NetBSD: Makefile.common,v 1.4 2006/02/06 09:20:46 ghen Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-${MOZ_DIST_VER}-source @@ -48,7 +48,7 @@ UNLIMIT_RESOURCES= datasize memorysize stacksize .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.if defined(_MOZILLA_USE_GTK2) +.if defined(MOZILLA_USE_GTK2) .include "../../net/libIDL/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 --disable-gnomevfs diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 32f66d117f7..476ab26288b 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2006/02/06 00:51:18 ghen Exp $ +# $NetBSD: Makefile,v 1.93 2006/02/06 09:20:46 ghen Exp $ # DISTNAME= galeon-1.3.21 @@ -22,7 +22,7 @@ USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -_MOZILLA_USE_GTK2= # yes +MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES PKG_OPTIONS_VAR= PKG_OPTIONS.galeon diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile index cc3e9e31787..5d38d2cdeca 100644 --- a/www/mozilla-gtk2/Makefile +++ b/www/mozilla-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/02/06 00:25:06 ghen Exp $ +# $NetBSD: Makefile,v 1.35 2006/02/06 09:20:46 ghen Exp $ MOZILLA= mozilla-gtk2 MOZILLA_BIN= mozilla-bin @@ -20,7 +20,7 @@ BUILD_SVG= # yes BUILD_MATHML= # yes BUILD_CALENDAR= # yes -_MOZILLA_USE_GTK2= # yes +MOZILLA_USE_GTK2= # yes MOZILLA_USE_XFT= YES .include "../../www/mozilla/Makefile.common" diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 298eed0c429..54c359f4f3e 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.69 2006/02/06 00:25:06 ghen Exp $ +# $NetBSD: Makefile.common,v 1.70 2006/02/06 09:20:46 ghen Exp $ MOZ_DIST_VER?= ${MOZ_VER} DISTNAME?= mozilla-${MOZ_DIST_VER}-source @@ -54,7 +54,7 @@ UNLIMIT_RESOURCES= datasize memorysize stacksize .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.if defined(_MOZILLA_USE_GTK2) +.if defined(MOZILLA_USE_GTK2) .include "../../net/libIDL/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" CONFIGURE_ARGS+= --enable-default-toolkit=gtk2 --disable-gnomevfs -- cgit v1.2.3