diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-06-11 15:09:45 +0000 |
commit | 8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch) | |
tree | 50f448e0fb0b8504eebaae343d466dcd9e4dd1be /math/wcalc | |
parent | f7015e22ab5c4280ed395c1e3d7cffedb479583f (diff) | |
download | ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.tar.gz ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.zip |
Notes
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 |