diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 2 | ||||
-rw-r--r-- | www/webkit-gtk3/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index f080a66fc..8ffd9d25f 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ USE_GSTREAMER= yes USE_XORG= xt -USES= bison gettext gmake libtool perl5 pkgconfig tar:xz +USES= bison gettext gmake gperf libtool perl5 pkgconfig tar:xz USE_GNOME= gtk20 libxslt introspection:build USE_SQLITE= yes USE_LDCONFIG= yes diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index 9d3aabdb6..ea7e02e9f 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue USE_GSTREAMER1= yes USE_XORG= xt xdamage xcomposite -USES= bison gettext gmake libtool perl5 pkgconfig \ +USES= bison gettext gmake gperf libtool perl5 pkgconfig \ shebangfix tar:xz USE_RUBY= yes RUBY_NO_RUN_DEPENDS=yes |