diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-11 20:37:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-11 20:37:56 +0000 |
commit | 06900290724b566eed7bbcfa38cb66ec33ba7ee3 (patch) | |
tree | a6bc91c8e98f28afed3971560fb9f0a20ece74d6 /www | |
parent | 0bac8c1d8e9e7a927263acaf08f87abffb0ea5c3 (diff) | |
download | ports-06900290724b566eed7bbcfa38cb66ec33ba7ee3.tar.gz ports-06900290724b566eed7bbcfa38cb66ec33ba7ee3.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index cde792ae0d4c..8167b07ca757 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -8,15 +8,18 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- DISTVERSION= 12.0.742.112 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ http://files.etoilebsd.net/goodking/ -DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION} MAINTAINER= chromium@FreeBSD.org COMMENT= A mostly BSD-licensed web browser based on WebKit and Gtk+ +LICENSE= BSD LGPL21 MPL +LICENSE_COMB= multi + BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ bash:${PORTSDIR}/shells/bash \ @@ -33,7 +36,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ nss3.1:${PORTSDIR}/security/nss \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ ibus.2:${PORTSDIR}/textproc/ibus \ - cups.2:${PORTSDIR}/print/cups-client + cups.2:${PORTSDIR}/print/cups-client \ + gcrypt.so:${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 @@ -47,8 +51,6 @@ USE_PYTHON_BUILD= 2.6+ USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst USE_GNOME= glib20 gtk20 dconf libxslt pkgconfig MAN1= chrome.1 -LICENSE_COMB= multi -LICENSE= BSD LGPL21 MPL DESKTOP_ENTRIES="Chromium" "${COMMENT}" "${DATADIR}/product_logo_48.png" \ "chrome" "Application;Network;WebBrowser;" true |