svn commit: r373601 - head/math/asir2000

Antoine Brodin antoine at FreeBSD.org
Sat Nov 29 06:39:00 UTC 2014


Author: antoine
Date: Sat Nov 29 06:38:59 2014
New Revision: 373601
URL: https://svnweb.freebsd.org/changeset/ports/373601
QAT: https://qat.redports.org/buildarchive/r373601/

Log:
  Fix build without READLINE

Modified:
  head/math/asir2000/Makefile

Modified: head/math/asir2000/Makefile
==============================================================================
--- head/math/asir2000/Makefile	Sat Nov 29 06:29:23 2014	(r373600)
+++ head/math/asir2000/Makefile	Sat Nov 29 06:38:59 2014	(r373601)
@@ -21,11 +21,9 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 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


More information about the svn-ports-head mailing list