diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/libepc/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index d46921bbc..3b2920b55 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -28,11 +28,10 @@ RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme USES= desktop-file-utils gettext gmake pathfix \ - pkgconfig tar:xz + pkgconfig python:3 tar:xz USE_GNOME= gnomedesktop3 gnomeprefix intlhack libwnck3 libxml2 libxslt USE_XORG= ice x11 sm INSTALLS_ICONS= yes -USE_PYTHON= 3 USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/www/libepc/Makefile b/www/libepc/Makefile index 26252262d..db3fee4a0 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libgnutls.so:${PORTSDIR}/security/gnutls \ libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3 -USE_XZ= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes |