aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-07 05:45:04 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-07 05:45:04 +0000
commit581e69adb267a46bd059f3252f57fdda449034ef (patch)
tree6116b00d58bb2d3a91aafabcb58642a8c7ebeb58 /www
parent0993ac7ee05fb36834452d01188a887420b86d56 (diff)
downloadports-581e69adb267a46bd059f3252f57fdda449034ef.tar.gz
ports-581e69adb267a46bd059f3252f57fdda449034ef.zip
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
Notes
Notes: svn path=/head/; revision=201032
Diffstat (limited to 'www')
-rw-r--r--www/firefox-devel/Makefile1
-rw-r--r--www/firefox-esr/Makefile1
-rw-r--r--www/firefox/Makefile1
-rw-r--r--www/firefox15/Makefile1
-rw-r--r--www/firefox3-devel/Makefile1
-rw-r--r--www/firefox35/Makefile1
-rw-r--r--www/firefox36/Makefile1
-rw-r--r--www/seamonkey/Makefile1
-rw-r--r--www/seamonkey2/Makefile1
-rw-r--r--www/xulrunner/Makefile1
10 files changed, 10 insertions, 0 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
index a24494175aef..c5f5b722977c 100644
--- a/www/firefox-devel/Makefile
+++ b/www/firefox-devel/Makefile
@@ -35,6 +35,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
FIREFOX_ICON= ${MOZILLA}.xpm
FIREFOX_ICON_SRC= ${PREFIX}/lib/firefox-devel/chrome/icons/default/default.xpm
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 3e48e4eeb15a..c9f55b2d20af 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -31,6 +31,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 3e48e4eeb15a..c9f55b2d20af 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -31,6 +31,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons
diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile
index f0f7d3fd2170..26c8b9ac1b01 100644
--- a/www/firefox15/Makefile
+++ b/www/firefox15/Makefile
@@ -32,6 +32,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
index a24494175aef..c5f5b722977c 100644
--- a/www/firefox3-devel/Makefile
+++ b/www/firefox3-devel/Makefile
@@ -35,6 +35,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
FIREFOX_ICON= ${MOZILLA}.xpm
FIREFOX_ICON_SRC= ${PREFIX}/lib/firefox-devel/chrome/icons/default/default.xpm
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile
index a24494175aef..c5f5b722977c 100644
--- a/www/firefox35/Makefile
+++ b/www/firefox35/Makefile
@@ -35,6 +35,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
FIREFOX_ICON= ${MOZILLA}.xpm
FIREFOX_ICON_SRC= ${PREFIX}/lib/firefox-devel/chrome/icons/default/default.xpm
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 3e48e4eeb15a..c9f55b2d20af 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -31,6 +31,7 @@ HAS_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GCC= 3.4+
+WANT_PERL= yes
GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index dcfc7bb86f25..c28561bacef9 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -19,6 +19,7 @@ COMMENT= The open source, standards compliant web browser
USE_BZIP2= yes
USE_GMAKE= yes
WANT_GNOME= yes
+WANT_PERL= yes
HAS_CONFIGURE= yes
ALL_TARGET= default
MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index dcfc7bb86f25..c28561bacef9 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -19,6 +19,7 @@ COMMENT= The open source, standards compliant web browser
USE_BZIP2= yes
USE_GMAKE= yes
WANT_GNOME= yes
+WANT_PERL= yes
HAS_CONFIGURE= yes
ALL_TARGET= default
MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome
diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile
index bd2d708ebaac..24988bcc7c21 100644
--- a/www/xulrunner/Makefile
+++ b/www/xulrunner/Makefile
@@ -18,6 +18,7 @@ MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
WANT_GNOME= yes
+WANT_PERL= yes
ALL_TARGET= default
HAS_CONFIGURE= yes
USE_BZIP2= yes