Date: Tue, 29 Jul 2014 22:37:47 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363403 - head/math/wcalc Message-ID: <201407292237.s6TMblWA006512@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407292237.s6TMblWA006512>