diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 06:37:47 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 06:37:47 +0800 |
commit | 6b07e3305de32d635b158013e3753a67a7c7df96 (patch) | |
tree | 1f2d64a81c6bd876416b07d83b4c2c50e077dc7c /math | |
parent | 11c8acf99e35f134378b5fc15f7b4e5c9ce84cec (diff) | |
download | freebsd-ports-gnome-6b07e3305de32d635b158013e3753a67a7c7df96.tar.gz freebsd-ports-gnome-6b07e3305de32d635b158013e3753a67a7c7df96.tar.zst freebsd-ports-gnome-6b07e3305de32d635b158013e3753a67a7c7df96.zip |
Add USES=readline to fix build on current.
Diffstat (limited to 'math')
-rw-r--r-- | math/wcalc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |