From 6b07e3305de32d635b158013e3753a67a7c7df96 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 22:37:47 +0000 Subject: Add USES=readline to fix build on current. --- math/wcalc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math') diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index dac95d103730..84e33932dda1 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -14,6 +14,8 @@ COMMENT= Natural-expression command-line calculator LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr +USES= readline + CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -- cgit