From 8aad18a6bc061f49227262f5339a1f4752d09d45 Mon Sep 17 00:00:00 2001 From: adamw Date: Sun, 20 Jul 2014 19:48:06 +0000 Subject: Add USES=readline to fix build. --- math/calc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/calc') diff --git a/math/calc/Makefile b/math/calc/Makefile index a52d57f8304c..485686b5f598 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Arbitrary precision calculator -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 readline USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -- cgit