diff options
author | alane <alane@FreeBSD.org> | 2002-10-23 09:46:53 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-23 09:46:53 +0800 |
commit | f11a7d3aa1110f673836e8dfe64773e61ad0ae7f (patch) | |
tree | e0f4a8a7dc07d4803fb10466a5a13f9698cb685e /www/firefox36 | |
parent | cda3bedfef3c256eb497823085ef8005bcfa432d (diff) | |
download | freebsd-ports-gnome-f11a7d3aa1110f673836e8dfe64773e61ad0ae7f.tar.gz freebsd-ports-gnome-f11a7d3aa1110f673836e8dfe64773e61ad0ae7f.tar.zst freebsd-ports-gnome-f11a7d3aa1110f673836e8dfe64773e61ad0ae7f.zip |
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.
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 43dafc5ffd8b..1cea1cd3051b 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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}|' \ |