diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /www | |
parent | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff) | |
download | freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 17231572bcb3..ab699054b557 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -34,7 +34,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl NO_MOZPKGINSTALL=yes diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 1f8177289281..515db0a7e6bc 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -33,7 +33,7 @@ QT_NONSTANDARD= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GL= gl USE_DOS2UNIX= media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp NO_MOZPKGINSTALL=yes diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 882b5ac7dd9e..46e4b03334ef 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -25,7 +25,7 @@ USE_AUTOTOOLS= autoconf213:env USE_PYTHON_BUILD=-2.7 OBJDIR_BUILD= # in-tree build broken after bug 789837 USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_GECKO= gecko WANT_GNOME= yes USE_QT4= # empty |