diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-11-01 20:01:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-11-01 20:01:05 +0000 |
commit | 4423d8daaeed2eae62ea3f10b0910b0d488c1015 (patch) | |
tree | 6d632da23de2109cabe4258233a7f53c61b73892 /www | |
parent | 46c2f15561fa463dc4c409e5ee8d239b8a3d1cdc (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index e94c13f6e4b7..6406f1e8ac4d 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -25,9 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm \ flock:${PORTSDIR}/sysutils/flock \ - v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat \ - nss>=3.12:${PORTSDIR}/security/nss -# minimal version of nss, LIB_DEPENDS does not enforce this + v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ cairo.2:${PORTSDIR}/graphics/cairo \ @@ -80,8 +78,8 @@ GYP_DEFINES+= use_cups=1 \ OPTIONS= CODECS "Compile and enable patented codecs like H.264" on \ GCONF "Use GConf2 for preferences" on \ PULSE "Enable Pulse Audio support" off \ - CLANG "Compile Chromium with clang" off \ - GCC45 "Compile Chromium with gcc 4.5+" off \ + CLANG "Build Chromium with Clang" off \ + GCC45 "Build Chromium with GCC 4.5+" off \ DEBUG "Compile with debug symbols and verbose output" off .include <bsd.port.options.mk> |