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 /math/mpfr | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) | |
download | ports-fff296bfe7e1afaa552a3b360b7a478288ef7be9.tar.gz ports-fff296bfe7e1afaa552a3b360b7a478288ef7be9.zip |
Notes
Diffstat (limited to 'math/mpfr')
-rw-r--r-- | math/mpfr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |