aboutsummaryrefslogtreecommitdiffstats
path: root/lang/q
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2010-04-19 18:43:42 +0800
committerale <ale@FreeBSD.org>2010-04-19 18:43:42 +0800
commit6258613c3c402b1d7b5730e8a607d26dbb258755 (patch)
treefad3dbf503818032309e7103e30c646b5b51fdb7 /lang/q
parentdfb5167da9e4fc0c1a6e54c5bc4678fc695d9571 (diff)
downloadfreebsd-ports-graphics-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.gz
freebsd-ports-graphics-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.zst
freebsd-ports-graphics-6258613c3c402b1d7b5730e8a607d26dbb258755.zip
Switch to use newer GMP version.
PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
Diffstat (limited to 'lang/q')
-rw-r--r--lang/q/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile
index 7c73ba94e07..9c51e05d73f 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -7,7 +7,7 @@
PORTNAME= q
PORTVERSION= 7.11
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION}
@@ -18,7 +18,7 @@ LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \
curl.6:${PORTSDIR}/ftp/curl \
freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.3:${PORTSDIR}/databases/gdbm \
- gmp.8:${PORTSDIR}/math/libgmp4 \
+ gmp.10:${PORTSDIR}/math/gmp \
iodbc.3:${PORTSDIR}/databases/libiodbc \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt \