diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-22 12:16:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-22 12:16:25 +0800 |
commit | 19945cac1dc8c098bdd851c2fb1b7605f03b6cba (patch) | |
tree | e5f888cc813c63c94ab51ea9dfdc9ce72fa370c5 /mail/thunderbird/Makefile | |
parent | 923d8a6ec2413e75522da7bf04d230180e560ab1 (diff) | |
download | freebsd-ports-gnome-19945cac1dc8c098bdd851c2fb1b7605f03b6cba.tar.gz freebsd-ports-gnome-19945cac1dc8c098bdd851c2fb1b7605f03b6cba.tar.zst freebsd-ports-gnome-19945cac1dc8c098bdd851c2fb1b7605f03b6cba.zip |
* Instead of using Xvfb, and evil black magic to create the extensions
repository, use the hidden "-register" option instead. This has the
advantage of not requiring an X DISPLAY and not modifying any
preferences.
* Add i18n support to the Thunderbird startup script [1]
* Link nss with -Bsymbolic to avoid symbol conflicts with OpenSSL. This
should help alleviate the CUPS printing problem
PR: 73839 [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 11e5c1c0250c..f5c642866820 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -7,7 +7,7 @@ PORTNAME= thunderbird PORTVERSION= 0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION} @@ -21,7 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ mng.1:${PORTSDIR}/graphics/libmng \ nspr4.1:${PORTSDIR}/devel/nspr BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} USE_X_PREFIX= yes |