diff options
author | abs <abs@pkgsrc.org> | 2005-04-02 14:48:35 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-04-02 14:48:35 +0000 |
commit | a6836533d3dd1be140fa1ec2bcd675672da7fc64 (patch) | |
tree | 2dc894a1616c963543618fa5b8db03a271436be2 /mail/thunderbird | |
parent | 8a2f6461fcc86772bd75ded131fe201e8781b0eb (diff) | |
download | pkgsrc-a6836533d3dd1be140fa1ec2bcd675672da7fc64.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/DESCR | 2 | ||||
-rw-r--r-- | mail/thunderbird/Makefile | 7 |
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" |