aboutsummaryrefslogtreecommitdiff
path: root/math/gmp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 08:58:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-25 08:58:09 +0000
commit698f728a34f171d54b5a596f6920cc9f902eaac5 (patch)
treef10cf7fb25b0aa3ea00f6de39d75c4dd6e48df98 /math/gmp
parent71bf6b0f0b6eacee0017dafc6618893627a19d91 (diff)
downloadports-698f728a34f171d54b5a596f6920cc9f902eaac5.tar.gz
ports-698f728a34f171d54b5a596f6920cc9f902eaac5.zip
Fix build on system built WITHOUT_INFO
With hat: portmgr
Notes
Notes: svn path=/head/; revision=359209
Diffstat (limited to 'math/gmp')
-rw-r--r--math/gmp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 88f398521d09..b03b2af9b3e8 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -16,8 +16,7 @@ LICENSE= LGPL3
OPTIONS_DEFINE= CPU_OPTS
CPU_OPTS_DESC= Enable assembly optimizations for your CPU
-USES= libtool:keepla
-USE_XZ= yes
+USES= libtool:keepla makeinfo tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --prefix=${PREFIX} \