diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-27 08:37:21 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-27 08:37:21 +0800 |
commit | 2391abe5b934a783ec2abda32d02fe6592c5e544 (patch) | |
tree | dada46174002bf20c95383e0e19bbc5bbc947d51 /www | |
parent | a1923fb3e4f14be9e85f5afcac6423a2059d2885 (diff) | |
download | marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.tar marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.tar.gz marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.tar.bz2 marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.tar.lz marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.tar.xz marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.tar.zst marcuscom-ports-2391abe5b934a783ec2abda32d02fe6592c5e544.zip |
- Remove mozilla-devel support, it's old and outdated...
- Add two generic defines BROWSER_PLUGINS_DIR and BROWSER_LINUX_PLUGINS_DIR
that point to plugins dirs.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5223 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index 4804b40df..2072caaed 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -2,7 +2,7 @@ # ex:ts=4 # # $FreeBSD$ -# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.1 2005/11/26 05:11:24 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.2 2005/11/26 05:27:06 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -36,12 +36,17 @@ Mozilla_Pre_Include= bsd.mozilla.mk # WITH_GECKO= mozilla firefox seamonkey # -_GECKO_ALL= firefox firefox-devel mozilla mozilla-devel nvu \ +_GECKO_ALL= firefox firefox-devel mozilla nvu \ seamonkey sunbird thunderbird -_NEW_GCC_GECKO= firefox firefox-devel mozilla-devel seamonkey sunbird +_NEW_GCC_GECKO= firefox firefox-devel seamonkey sunbird + +# Generic defines +BROWSER_LINUX_PLUGINS_DIR?= ${X11BASE}/lib/browser_linux_plugins +BROWSER_PLUGINS_DIR?= ${X11BASE}/lib/browser_plugins sunbird_PORTSDIR= deskutils + thunderbird_PORTSDIR= mail .for gecko in ${_GECKO_ALL} |