summaryrefslogtreecommitdiff
path: root/lang/ofc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-04-19 10:43:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-04-19 10:43:42 +0000
commitbf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch)
treefbc3a0515acb659ae86ec22a706ac4607711c903 /lang/ofc
parent Update to 1.6.11. (diff)
Switch to use newer GMP version.
PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
Notes
Notes: svn path=/head/; revision=252906
Diffstat (limited to 'lang/ofc')
-rw-r--r--lang/ofc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile
index e0a3172f887a..7f5b744fb3ef 100644
--- a/lang/ofc/Makefile
+++ b/lang/ofc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ofc
PORTVERSION= 0.8.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang
MASTER_SITES= http://ofc.dvoudheusden.net/download/
@@ -35,7 +35,7 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
.endif
.if defined (WITH_GMP)
-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
.endif
.include <bsd.port.mk>