summaryrefslogtreecommitdiff
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-23 01:46:53 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-23 01:46:53 +0000
commit11f638a727c93bcaf4debc7b6f29c685f56d29ce (patch)
treec9378f9dc6372063c04f5648469fadc87c1461ae /www/firefox-esr
parentChange MASTER_SITES. (diff)
Removed perl 5.8 requirement per comments on cvs list. I hope Trevor
was wrong when he said it didn't work without it. Bumped PORTREVISION as this is a major change.
Notes
Notes: svn path=/head/; revision=68628
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile
index 43dafc5ffd8b..1cea1cd3051b 100644
--- a/www/firefox-esr/Makefile
+++ b/www/firefox-esr/Makefile
@@ -9,7 +9,7 @@
PORTNAME= phoenix
PORTVERSION= 0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
@@ -23,8 +23,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
Xft2.2:${PORTSDIR}/x11-fonts/Xft
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
- freetype-config:${PORTSDIR}/print/freetype2 \
- perl5.8.0:${PORTSDIR}/lang/perl5.8
+ freetype-config:${PORTSDIR}/print/freetype2
PREFIX= ${X11BASE}/lib/${PORTNAME}
@@ -38,10 +37,6 @@ WRKSRC= ${WRKDIR}/mozilla
.include <bsd.port.pre.mk>
-.if !defined(PERL_VER) || ${PERL_VER} != 5.8.0
-BROKEN= This port requires Perl 5.8.0.
-.endif
-
post-extract:
${SED} -e 's|@CFLAGS@|${CFLAGS}|' \
-e 's|@LIBS@|${LIBS}|' \