aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-30 05:07:39 +0800
committeradamw <adamw@FreeBSD.org>2014-07-30 05:07:39 +0800
commita3efce1abab3e3ffdacfd584b2689609a0979ef8 (patch)
tree89c14611c583909707d36d2ee33980021a65b425 /math
parent01d8d88f456e484b8265e7be7086d3b5a1b4b701 (diff)
downloadfreebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.gz
freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.zst
freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.zip
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'math')
-rw-r--r--math/mate-calc/Makefile3
-rw-r--r--math/mpfr/Makefile3
-rw-r--r--math/stp/Makefile3
3 files changed, 3 insertions, 6 deletions
diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile
index fa923b4cb9d9..135806d60abc 100644
--- a/math/mate-calc/Makefile
+++ b/math/mate-calc/Makefile
@@ -13,8 +13,7 @@ COMMENT= MATE calculator tool based on the old calctool for OpenWindows
PORTSCOUT= limitw:1,even
-USES= gettext gmake pathfix pkgconfig
-USE_XZ= yes
+USES= gettext gmake pathfix pkgconfig tar:xz
USE_MATE= autogen common:build docutils intlhack
USE_GNOME= glib20 gnomehier gtk20 libxml2
USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index bec1561bbf38..b107465c0d59 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -23,8 +23,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL}
#PATCH= ${LOCALBASE}/bin/gpatch
-USES= libtool:keepla
-USE_XZ= yes
+USES= libtool:keepla tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
diff --git a/math/stp/Makefile b/math/stp/Makefile
index f0f94c103b34..1c5058154b5e 100644
--- a/math/stp/Makefile
+++ b/math/stp/Makefile
@@ -14,9 +14,8 @@ LICENSE= MIT
LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
libboost_system.so:${PORTSDIR}/devel/boost-libs
-USES= bison:build cmake perl5
+USES= bison:build cmake perl5 tar:xz
USE_PERL5= build
-USE_XZ= yes
CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a
.include <bsd.port.pre.mk>