aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-06-26 23:23:53 +0000
committerRene Ladan <rene@FreeBSD.org>2015-06-26 23:23:53 +0000
commit0010c480cf849119a7a0e31f2e7c219b50a8bc79 (patch)
tree447b5da8f9751de6d17545e4b34bf84e661661ea
parent6697dd52e55bdc1e6395cb5fe49afd2b1e632aae (diff)
downloadports-0010c480cf849119a7a0e31f2e7c219b50a8bc79.tar.gz
ports-0010c480cf849119a7a0e31f2e7c219b50a8bc79.zip
MFH: r389756
www/chromium: allow DEBUG builds again, the output file is valid again. Differential Revision: https://reviews.freebsd.org/D2726 Submitted by: emaste Approved by: ports-secteam (delphij)
Notes
Notes: svn path=/branches/2015Q2/; revision=390676
-rw-r--r--www/chromium/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 904d01db2c09..ce1379ffe17d 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -181,7 +181,6 @@ ALL_TARGET+= ${TEST_TARGETS}
DEBUG_MAKE_ENV= V=1
.if ${PORT_OPTIONS:MDEBUG}
-BROKEN= Produces empty binary
BUILDTYPE= Debug
.else
BUILDTYPE= Release