diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-08-30 09:56:05 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-08-30 09:56:05 +0000 |
commit | a4f7d9d69c27f625b428736efafd44de4d614857 (patch) | |
tree | 4a437ef11ee03dc818007c2b4bb992d16f4f67af /math/wcalc | |
parent | Update to 2.3.0 release. (diff) |
Chase mpfr library and bump PORTREVISION.
Diffstat (limited to 'math/wcalc')
-rw-r--r-- | math/wcalc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index eb5de164743d..2fd8013ef2f1 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -7,6 +7,7 @@ PORTNAME= wcalc PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= w-calc @@ -16,7 +17,7 @@ MAINTAINER= amarendra.godbole@gmail.com COMMENT= A natural-expression command-line calculator LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ - mpfr.1:${PORTSDIR}/math/mpfr + mpfr.2:${PORTSDIR}/math/mpfr CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |