diff options
author | rene <rene@FreeBSD.org> | 2011-09-28 01:43:40 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-09-28 01:43:40 +0800 |
commit | 9d764a50230e0c701962305964cbe628d4ab68ce (patch) | |
tree | 6b832f4d73e1494b679a2d89b7c719e2ad862450 /www/chromium/Makefile | |
parent | a5f67377fcea5e5f85f646f98241fd2434e3dc3e (diff) | |
download | freebsd-ports-gnome-9d764a50230e0c701962305964cbe628d4ab68ce.tar.gz freebsd-ports-gnome-9d764a50230e0c701962305964cbe628d4ab68ce.tar.zst freebsd-ports-gnome-9d764a50230e0c701962305964cbe628d4ab68ce.zip |
- Enable building Chromium with v8 from Ports installed.
- Minor cleanups.
Submitted by: George Liaskos
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r-- | www/chromium/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 67d9fdd66be5..e657043ed461 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -15,7 +15,6 @@ MASTER_SITES= http://download.goodking.org/downloads/ \ http://files.etoilebsd.net/goodking/ \ http://distfiles.cybertron.gr/ - MAINTAINER= chromium@FreeBSD.org COMMENT= A mostly BSD-licensed web browser based on WebKit and Gtk+ @@ -45,7 +44,6 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ event-1.4:${PORTSDIR}/devel/libevent \ vpx:${PORTSDIR}/multimedia/libvpx \ tcmalloc.2:${PORTSDIR}/devel/google-perftools -# TODO(gliaskos): We should add --enable-heap-checker on perftools to set linux_use_heapchecker. RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf \ @@ -84,7 +82,7 @@ GYP_DEFINES+= use_cups=1 \ python_ver=${PYTHON_VER} OPTIONS= CODECS "Compile and enable patented codecs like H.264" on \ - GCONF "Use GConf2 for preferences" on \ + GCONF "Use GConf2 for preferences" on # CLANG "Compile Chromium with clang" off .include <bsd.port.options.mk> |