From af65230fd3f5ad84efd7c476e73c5ad38302caae Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 22:39:31 +0000 Subject: [PATCH] Add USES=readline to fix build on current. --- math/spar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/spar/Makefile b/math/spar/Makefile index 603de2fbb643..2792411db6e5 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Modular math parser -USES= libtool +USES= libtool readline GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes