diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-03 14:41:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-03 14:41:19 +0000 |
commit | d566516723adc6c758504a466d77562f62ed0ac1 (patch) | |
tree | a6789d6d8a45f607d924c0bad21ad4b6d7ea609a /mail/thunderbird | |
parent | 84d78a9e7e96e0642d65e5419284907e43c35f9e (diff) | |
download | pkgsrc-d566516723adc6c758504a466d77562f62ed0ac1.tar.gz |
MOZILLA_USE_GTK2 is a pkgsrc-internal variable -- prefix it with
an underscore.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index e5404e02e0d..ad169a339a4 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2005/04/02 14:48:35 abs Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/03 14:41:30 wiz Exp $ MOZILLA= thunderbird COMMENT= Mozilla mail client -MOZILLA_USE_GTK2= # defined +_MOZILLA_USE_GTK2= # defined MOZILLA_USE_XFT= YES .include "../../mail/thunderbird/Makefile-thunderbird.common" |