diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-06 09:20:45 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-06 09:20:45 +0000 |
commit | 180d61286fabe52d4952c2d1e21272d61ae4a107 (patch) | |
tree | 123d4549a745fe17216d1cc6286726e4bac8484d /time | |
parent | 8d012ff2f6fc5f23164b0742a5842095e6d7ae6c (diff) | |
download | pkgsrc-180d61286fabe52d4952c2d1e21272d61ae4a107.tar.gz |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/sunbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |