From 2391abe5b934a783ec2abda32d02fe6592c5e544 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 27 Nov 2005 00:37:21 +0000 Subject: - 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 --- www/mozilla/bsd.gecko.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'www') 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} -- cgit v1.2.3