aboutsummaryrefslogtreecommitdiff
path: root/math/stp
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:07:39 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 21:07:39 +0000
commitfff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch)
tree89c14611c583909707d36d2ee33980021a65b425 /math/stp
parentb55428d14a6a552c7e2405f40678662b6845e3d4 (diff)
downloadports-fff296bfe7e1afaa552a3b360b7a478288ef7be9.tar.gz
ports-fff296bfe7e1afaa552a3b360b7a478288ef7be9.zip
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363392
Diffstat (limited to 'math/stp')
-rw-r--r--math/stp/Makefile3
1 files changed, 1 insertions, 2 deletions
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>