diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-07 10:49:20 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-07 10:49:20 +0000 |
commit | b27e8668ba2e14fa2f0bd2dcc46adbe04b7a0c1c (patch) | |
tree | e18fff36a9be6c8f2c3181c1ef4bed570f8b8250 | |
parent | 9e0b1a264ef1f10c8022d32dc9ee55e0f4c2dedc (diff) | |
download | FreeBSD-ports-b27e8668ba2e14fa2f0bd2dcc46adbe04b7a0c1c.zip FreeBSD-ports-b27e8668ba2e14fa2f0bd2dcc46adbe04b7a0c1c.tar.gz |
Perl is only needed for building this.
-rw-r--r-- | www/firefox-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/firefox10/Makefile | 2 | ||||
-rw-r--r-- | www/firefox15/Makefile | 2 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 2 | ||||
-rw-r--r-- | www/firefox35/Makefile | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 2 | ||||
-rw-r--r-- | www/flock/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index a236ad6..0ffeafc 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla diff --git a/www/flock/Makefile b/www/flock/Makefile index a236ad6..0ffeafc 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -39,7 +39,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gtk20 libidl USE_ICONV= yes -USE_PERL5= yes +USE_PERL5_BUILD=yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mozilla |