Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2014 06:39:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373601 - head/math/asir2000
Message-ID:  <201411290639.sAT6d0fZ097624@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411290639.sAT6d0fZ097624>