diff options
author | adamw <adamw@FreeBSD.org> | 2005-03-23 03:24:14 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-03-23 03:24:14 +0000 |
commit | a0e1591cdffccf17fe5f2c3622e60dd979bb7fea (patch) | |
tree | 0060e580a3e43fd9e1f7b4decb1c3a53837a73fe /mail/moztraybiff/pkg-descr | |
parent | 37391c1c8ca7967c6e183f626f752eee51b7d36b (diff) | |
download | FreeBSD-ports-a0e1591cdffccf17fe5f2c3622e60dd979bb7fea.zip FreeBSD-ports-a0e1591cdffccf17fe5f2c3622e60dd979bb7fea.tar.gz |
Fix build on 4.X by conditionally whacking -fshort-wchar from
the gcc invocation.
Also, fix the build on everything by adding a BUILD_DEPENDS
on zip.
Also, add a quick note about how to enable to extension to the
pkg-descr.
Approved by: portmgr (marcus)
Diffstat (limited to 'mail/moztraybiff/pkg-descr')
-rw-r--r-- | mail/moztraybiff/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/moztraybiff/pkg-descr b/mail/moztraybiff/pkg-descr index d2fb478..b19d62d 100644 --- a/mail/moztraybiff/pkg-descr +++ b/mail/moztraybiff/pkg-descr @@ -3,4 +3,7 @@ system tray when new mail arrives in Mozilla Thunderbird. While it supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM, it requires GNOME libraries to build and run. +It builds and installs an .xpi file, which can be installed through +Thunderbird's extension manager. See the pkg-message for more details. + WWW: http://moztraybiff.mozdev.org/ |