diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-06-03 19:10:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-06-03 19:10:17 +0000 |
commit | 3437ef3621a70a794abcef7e2ba75e6b633d1b30 (patch) | |
tree | 9cf2ca4f6bf1b26ac603ee266675443e04fade8b /www | |
parent | 84ac1d86429bc88b5eaa3983fe495a98f5b79e7b (diff) | |
download | ports-3437ef3621a70a794abcef7e2ba75e6b633d1b30.tar.gz ports-3437ef3621a70a794abcef7e2ba75e6b633d1b30.zip |
Notes
Diffstat (limited to 'www')
-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" |