aboutsummaryrefslogtreecommitdiffstats
path: root/www/chromium/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r--www/chromium/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index e5650a9e47c9..fb5cedcd439b 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -4,7 +4,7 @@
#TODO eadler: s/python/python2/g on a number of files, chromium does not build with python3
PORTNAME= chromium
-PORTVERSION= 35.0.1916.114
+PORTVERSION= 35.0.1916.153
CATEGORIES= www
MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -33,7 +33,8 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
libcups.so:${PORTSDIR}/print/cups-client \
libevent-1.4.so:${PORTSDIR}/devel/libevent \
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
- libpci.so:${PORTSDIR}/devel/libpci
+ libpci.so:${PORTSDIR}/devel/libpci \
+ libdrm.so:${PORTSDIR}/graphics/libdrm
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
@@ -140,7 +141,6 @@ GYP_DEFINES+= buildtype=Official
CONFIGURE_ENV+= CC="${CC}" \
CXX="${CXX}" \
- GYP_GENERATORS=ninja \
GYP_DEFINES="${GYP_DEFINES}"
MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \
GPERF="${LOCALBASE}/bin/gperf"