svn commit: r363403 - head/math/wcalc
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 29 22:37:47 UTC 2014
Author: adamw
Date: Tue Jul 29 22:37:47 2014
New Revision: 363403
URL: http://svnweb.freebsd.org/changeset/ports/363403
QAT: https://qat.redports.org/buildarchive/r363403/
Log:
Add USES=readline to fix build on current.
Modified:
head/math/wcalc/Makefile
Modified: head/math/wcalc/Makefile
==============================================================================
--- head/math/wcalc/Makefile Tue Jul 29 22:29:45 2014 (r363402)
+++ head/math/wcalc/Makefile Tue Jul 29 22:37:47 2014 (r363403)
@@ -14,6 +14,8 @@ COMMENT= Natural-expression command-line
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \
libmpfr.so:${PORTSDIR}/math/mpfr
+USES= readline
+
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list