diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 18:23:55 +0800 |
commit | 8bcbb85845c3e548ea23493e8c70eff008c0fd7f (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /www/epiphany | |
parent | 7dd2b8275706e35dfd1e4300af1f614c4e58a0c0 (diff) | |
download | freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.gz freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.tar.zst freebsd-ports-gnome-8bcbb85845c3e548ea23493e8c70eff008c0fd7f.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 84c7ed2800e8..fd06a87a0c40 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -29,10 +29,9 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_PYTHON= yes -USES= desktop-file-utils gettext pathfix +USES= desktop-file-utils gettext pathfix gmake pkgconfig USE_GNOME= gnomeprefix intlhack gnomedesktop GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_OMF= yes CONFIGURE_ARGS+=--enable-introspection \ --enable-compile-warnings=no \ |