diff options
author | rene <rene@FreeBSD.org> | 2012-10-09 15:17:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-10-09 15:17:09 +0800 |
commit | a7b8c4ce6b2453757a3543d309b8a04596f04320 (patch) | |
tree | a4f2fd16e0a66a270028c62eec51c3f6f486a94f /www/chromium/Makefile | |
parent | ff7e138ec830e5f404ce02019c69c5f856ca92a7 (diff) | |
download | freebsd-ports-gnome-a7b8c4ce6b2453757a3543d309b8a04596f04320.tar.gz freebsd-ports-gnome-a7b8c4ce6b2453757a3543d309b8a04596f04320.tar.zst freebsd-ports-gnome-a7b8c4ce6b2453757a3543d309b8a04596f04320.zip |
Update to 22.0.1229.92
While here pet portlint.
Security: http://www.vuxml.org/freebsd/e6161b65-1187-11e2-afe3-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/Makefile')
-rw-r--r-- | www/chromium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 989d20f218f0..b391d4e58880 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -3,7 +3,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 22.0.1229.79 +DISTVERSION= 22.0.1229.92 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ @@ -37,7 +37,7 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ gcrypt:${PORTSDIR}/security/libgcrypt 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 + ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf ONLY_FOR_ARCHS= i386 amd64 USE_XZ= yes |