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/cgal | |
parent | 9fe693d141c24960fa238bc22f6a7a9da20b9890 (diff) | |
download | freebsd-ports-graphics-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.gz freebsd-ports-graphics-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.tar.zst freebsd-ports-graphics-de6cee0efd7c72a3035c9aa98e07c6ece3b69d05.zip |
Chase mpfr library and bump PORTREVISION.
Diffstat (limited to 'math/cgal')
-rw-r--r-- | math/cgal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 2a323d35111..0b000f3f763 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -7,7 +7,7 @@ PORTNAME= cgal PORTVERSION= 3.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://gforge.inria.fr/frs/download.php/15692/ DISTNAME= CGAL-${PORTVERSION} @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boos RUN_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.4:${PORTSDIR}/math/mpfr USE_LDCONFIG= yes USE_CMAKE= yes |