diff options
author | ale <ale@FreeBSD.org> | 2010-06-11 23:09:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-06-11 23:09:45 +0800 |
commit | de6cee0efd7c72a3035c9aa98e07c6ece3b69d05 (patch) | |
tree | 1be586debb97ea8adfbbf5f0039131c8ae668ce8 /math/wcalc | |
parent | 9fe693d141c24960fa238bc22f6a7a9da20b9890 (diff) | |
download | freebsd-ports-gnome-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.gz freebsd-ports-gnome-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.zst freebsd-ports-gnome-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.zip |
Chase mpfr library and bump PORTREVISION.
Diffstat (limited to 'math/wcalc')
-rw-r--r-- | math/wcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index f676eb20bae1..784576cc2248 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -7,7 +7,7 @@ PORTNAME= wcalc PORTVERSION= 2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} DISTNAME= wcalc-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= amarendra.godbole@gmail.com COMMENT= A natural-expression command-line calculator LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |