summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-11-29 06:38:59 +0000
committerantoine <antoine@FreeBSD.org>2014-11-29 06:38:59 +0000
commitf3cc05eb65061710aeda712cce250ee559736602 (patch)
tree50ae1acc89bd0bde0934ce575e0970d9455810e0
parent70c8780643a7551cfa2769c734d4c07a51f6d817 (diff)
downloadFreeBSD-ports-f3cc05eb65061710aeda712cce250ee559736602.zip
FreeBSD-ports-f3cc05eb65061710aeda712cce250ee559736602.tar.gz
Fix build without READLINE
-rw-r--r--math/asir2000/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/asir2000/Makefile b/math/asir2000/Makefile
index 3c009ce..1278bc9 100644
--- a/math/asir2000/Makefile
+++ b/math/asir2000/Makefile
@@ -21,11 +21,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpari.so:${PORTSDIR}/math/pari
MAKE_JOBS_UNSAFE= yes
-USES= tar:bz2
+USES= autoreconf readline tar:bz2
USE_XORG= x11 xaw xext xt
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal automake autoconf
-AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari --with-asir-gc --with-gc7
ASIR_SRC_VERSION= ${PORTVERSION}
ASIR_DOC_VERSION= 20140705
OpenPOWER on IntegriCloud