aboutsummaryrefslogtreecommitdiffstats
path: root/irc/ircd-ru
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 /irc/ircd-ru
parentdfb5167da9e4fc0c1a6e54c5bc4678fc695d9571 (diff)
downloadfreebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.gz
freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.tar.zst
freebsd-ports-gnome-6258613c3c402b1d7b5730e8a607d26dbb258755.zip
Switch to use newer GMP version.
PR: ports/144487 Submitted by: ale Approved by: portmgr (-exp run by erwin)
Diffstat (limited to 'irc/ircd-ru')
-rw-r--r--irc/ircd-ru/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile
index bad944a1f334..3a41cb5dc135 100644
--- a/irc/ircd-ru/Makefile
+++ b/irc/ircd-ru/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ircd-ru
PORTVERSION= 1.0.7
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= irc russian
MASTER_SITES= http://link.wenet.su/
DISTNAME= ircd-RU-${PORTVERSION}-03-rc-20090810
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+=--enable-hub
# enable RC4 crypt (server to server connection)
.if defined(WITH_ENCRYPTION)
CONFIGURE_ARGS+=--enable-encryption
-LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
.endif
# log to file instead of syslog