diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:07:39 +0000 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /www | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) | |
download | ports-fff296bfe7e1afaa552a3b360b7a478288ef7be9.tar.gz ports-fff296bfe7e1afaa552a3b360b7a478288ef7be9.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/choqok/Makefile | 3 | ||||
-rw-r--r-- | www/gnome-web-photo/Makefile | 3 | ||||
-rw-r--r-- | www/kwebkitpart/Makefile | 3 | ||||
-rw-r--r-- | www/mod_pagespeed/Makefile | 3 | ||||
-rw-r--r-- | www/npapi-vlc/Makefile | 3 | ||||
-rw-r--r-- | www/webkit-gtk2/Makefile | 3 | ||||
-rw-r--r-- | www/webkit-gtk3/Makefile | 3 |
7 files changed, 7 insertions, 14 deletions
diff --git a/www/choqok/Makefile b/www/choqok/Makefile index dcafab924c08..c1adddb28c04 100644 --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \ USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= gui imageformats_run network \ moc_build qmake_build rcc_build uic_build -USE_XZ= yes -USES= cmake gettext +USES= cmake gettext tar:xz USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile index f2d24728ded6..12935d3ecb42 100644 --- a/www/gnome-web-photo/Makefile +++ b/www/gnome-web-photo/Makefile @@ -15,9 +15,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 -USE_XZ= yes USE_GNOME= gconf2 gnomeprefix -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-gtk=2.0 diff --git a/www/kwebkitpart/Makefile b/www/kwebkitpart/Makefile index c2444511ae60..0d85a5e21e77 100644 --- a/www/kwebkitpart/Makefile +++ b/www/kwebkitpart/Makefile @@ -12,7 +12,6 @@ COMMENT= Web browser component for KDE SC based on QtWebKit USE_KDE4= kdehier kdelibs kdeprefix automoc4 USE_QT4= designer gui webkit \ moc_build qmake_build rcc_build uic_build -USE_XZ= yes -USES= cmake +USES= cmake tar:xz .include <bsd.port.mk> diff --git a/www/mod_pagespeed/Makefile b/www/mod_pagespeed/Makefile index 07bcbcb9bb82..ced82443ea3f 100644 --- a/www/mod_pagespeed/Makefile +++ b/www/mod_pagespeed/Makefile @@ -27,8 +27,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo -USES= gmake pkgconfig -USE_XZ= yes +USES= gmake pkgconfig tar:xz USE_BINUTILS= yes USE_APACHE= 22 USE_PYTHON= yes diff --git a/www/npapi-vlc/Makefile b/www/npapi-vlc/Makefile index d58f3e4d8ca1..b8450a3f4bc1 100644 --- a/www/npapi-vlc/Makefile +++ b/www/npapi-vlc/Makefile @@ -13,8 +13,7 @@ COMMENT= Embeds vlc-player in web-browsers LIB_DEPENDS= libvlc.so:${PORTSDIR}/multimedia/vlc \ libxul.so:${PORTSDIR}/www/libxul -USES= webplugin:native pkgconfig -USE_XZ= yes +USES= webplugin:native pkgconfig tar:xz USE_GNOME= gtk20 WEBPLUGIN_NAME= # WEBPLUGIN_FILES=libvlcplugin.so diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 381a1d0b4b81..2a24d0f108d8 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -20,11 +20,10 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libcurl.so:${PORTSDIR}/ftp/curl \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USE_XZ= yes USE_PYTHON_BUILD= 2 USE_GSTREAMER= yes USE_XORG= xt -USES= bison gmake pkgconfig gettext perl5 +USES= bison gmake pkgconfig gettext perl5 tar:xz USE_AUTOTOOLS= libtool USE_GNOME= gtk20 introspection:build libxslt ltverhack USE_SQLITE= yes diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index 4691b3cef65e..362d657272e3 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -20,10 +20,9 @@ LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \ libcurl.so:${PORTSDIR}/ftp/curl \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup -USE_XZ= yes USE_GSTREAMER= yes USE_XORG= xt -USES= bison gmake pkgconfig gettext perl5 +USES= bison gmake pkgconfig gettext perl5 tar:xz USE_AUTOTOOLS= libtool USE_GNOME= gtk30 introspection:build libxslt ltverhack USE_SQLITE= yes |