aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-06-11 23:09:45 +0800
committerale <ale@FreeBSD.org>2010-06-11 23:09:45 +0800
commitde6cee0efd7c72a3035c9aa98e07c6ece3b69d05 (patch)
tree1be586debb97ea8adfbbf5f0039131c8ae668ce8 /textproc
parent9fe693d141c24960fa238bc22f6a7a9da20b9890 (diff)
downloadfreebsd-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 'textproc')
-rw-r--r--textproc/rasqal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rasqal/Makefile b/textproc/rasqal/Makefile
index ee4799434a98..e8a9d785ac1c 100644
--- a/textproc/rasqal/Makefile
+++ b/textproc/rasqal/Makefile
@@ -7,6 +7,7 @@
#
PORTNAME= rasqal
PORTVERSION= 0.9.19
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \
http://librdf.org/dist/source/
@@ -43,7 +44,7 @@ OPTIONS+= GMP "Use Gnu MP library for decimals" off
# very verbose in explaining our options.
.if defined(WITH_MPFR)
CONFIGURE_ARGS+= --with-decimal=mpfr
-LIB_DEPENDS+= mpfr.3:${PORTSDIR}/math/mpfr
+LIB_DEPENDS+= mpfr.4:${PORTSDIR}/math/mpfr
.elif defined(WITH_GMP)
CONFIGURE_ARGS+= --with-decimal=gmp
LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp