diff options
author | rene <rene@FreeBSD.org> | 2013-04-23 16:03:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-04-23 16:03:58 +0800 |
commit | 9034fff4e5739392e82c7fd683cc764775d3c34d (patch) | |
tree | 48b05d0b7e396f051aa03a16f7f503c2089295bd | |
parent | 40c82cef5edd181d0bee8df80bb93750cf211638 (diff) | |
download | freebsd-ports-gnome-9034fff4e5739392e82c7fd683cc764775d3c34d.tar.gz freebsd-ports-gnome-9034fff4e5739392e82c7fd683cc764775d3c34d.tar.zst freebsd-ports-gnome-9034fff4e5739392e82c7fd683cc764775d3c34d.zip |
Convert USE_PKGCONFIG
-rw-r--r-- | www/chromium/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 7abbf358e0d7..3636c32704e9 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -42,13 +42,12 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/a ONLY_FOR_ARCHS= i386 amd64 USE_XZ= yes -USES= bison +USES= bison pkgconfig USE_GMAKE= yes USE_PERL5_BUILD= yes USE_PYTHON_BUILD= 2.6+ USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst USE_GNOME= glib20 gtk20 dconf libxslt -USE_PKGCONFIG= build MAN1= chrome.1 DESKTOP_ENTRIES="Chromium" "Web browser" "${DATADIR}/product_logo_48.png" \ |