diff options
author | rene <rene@FreeBSD.org> | 2012-06-04 03:10:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-06-04 03:10:17 +0800 |
commit | c92fcbc2f1eec64faebefb9e60c009548aa7c3f1 (patch) | |
tree | 1d738d7c812cb10c7eb14cd0fea36ca643302e22 /www/chromium | |
parent | 686d3ef0fd32fa134e3b92004b17e10474ae6dd9 (diff) | |
download | freebsd-ports-gnome-c92fcbc2f1eec64faebefb9e60c009548aa7c3f1.tar.gz freebsd-ports-gnome-c92fcbc2f1eec64faebefb9e60c009548aa7c3f1.tar.zst freebsd-ports-gnome-c92fcbc2f1eec64faebefb9e60c009548aa7c3f1.zip |
- Remove build dependency on lang/p5-Switch for Perl 5.14+ , the
generate-webkitversion.pl script no longer needs it.
PR: ports/168474
Submitted by: Zhihao Yuan
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index a04e0fe80d8d..9a793ee042e0 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -8,7 +8,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- DISTVERSION= 19.0.1084.52 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ @@ -152,10 +152,6 @@ MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} >= 501400 -BUILD_DEPENDS+= p5-Switch>=0:${PORTSDIR}/lang/p5-Switch -.endif - pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "To build Chromium, you should have around 1 GB of memory" |