diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 22:37:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 22:37:47 +0000 |
commit | c5a49edf78551760fed240cfa26008d087e3e7d2 (patch) | |
tree | 1f2d64a81c6bd876416b07d83b4c2c50e077dc7c /math/wcalc | |
parent | d13c0532de2bd36f8f42aed1fd94714a2406cf3d (diff) | |
download | ports-c5a49edf78551760fed240cfa26008d087e3e7d2.tar.gz ports-c5a49edf78551760fed240cfa26008d087e3e7d2.zip |
Notes
Diffstat (limited to 'math/wcalc')
-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 |