From 8b39be777d03a618d0102ca4b1a5cdd68916f784 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 20 Jul 2014 19:49:21 +0000 Subject: [PATCH] Add USES=readline to fix build. --- math/mathomatic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 8c6d03b4f5a4..d4dd481b946a 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -12,7 +12,7 @@ COMMENT= Highly portable, general purpose CAS (Computer Algebra System) LICENSE= GPLv2 -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 readline MAKEFILE= makefile