diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 01:46:53 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-23 01:46:53 +0000 |
commit | 11f638a727c93bcaf4debc7b6f29c685f56d29ce (patch) | |
tree | c9378f9dc6372063c04f5648469fadc87c1461ae /www/firefox35 | |
parent | 573f384a429a536d491c413f59e46454ec3c0ff1 (diff) | |
download | ports-11f638a727c93bcaf4debc7b6f29c685f56d29ce.tar.gz ports-11f638a727c93bcaf4debc7b6f29c685f56d29ce.zip |
Notes
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 43dafc5ffd8b..1cea1cd3051b 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/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}|' \ |