summaryrefslogtreecommitdiff
path: root/mail/thunderbird
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-04-02 14:48:35 +0000
committerabs <abs@pkgsrc.org>2005-04-02 14:48:35 +0000
commit6b9fb120afc5ce3676b683f34e8507d190fc983d (patch)
tree2dc894a1616c963543618fa5b8db03a271436be2 /mail/thunderbird
parentb596d7d7fc6eb970493b282e485baa1c444363f0 (diff)
downloadpkgsrc-6b9fb120afc5ce3676b683f34e8507d190fc983d.tar.gz
Move thunderbird-gtk2 to thunderbird. The default mozilla version of
thunderbird is linked against gtk2, so follow suit. The old version has been re-imported as thunderbird-gtk1.
Diffstat (limited to 'mail/thunderbird')
-rw-r--r--mail/thunderbird/DESCR2
-rw-r--r--mail/thunderbird/Makefile7
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/thunderbird/DESCR b/mail/thunderbird/DESCR
index f8253abfdee..1a3ff5120f1 100644
--- a/mail/thunderbird/DESCR
+++ b/mail/thunderbird/DESCR
@@ -1,3 +1,3 @@
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
-the XUL user interface language.
+the XUL user interface language. This version uses the gtk2 toolkit.
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile
index c11fbf22396..e5404e02e0d 100644
--- a/mail/thunderbird/Makefile
+++ b/mail/thunderbird/Makefile
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2004/08/10 14:27:17 taya Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/02 14:48:35 abs Exp $
MOZILLA= thunderbird
-COMMENT= Redesign of the Mozilla mail client
+COMMENT= Mozilla mail client
+
+MOZILLA_USE_GTK2= # defined
+MOZILLA_USE_XFT= YES
.include "../../mail/thunderbird/Makefile-thunderbird.common"