diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 22:46:47 +0800 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /irc | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.zst freebsd-ports-gnome-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ru/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 1a7893c89aad..2da3774a4ed7 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -7,7 +7,7 @@ PORTNAME= ircd-ru PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc russian MASTER_SITES= ftp://ftp.ircd.ru/pub/ircd-RU/ ftp://ftp.ircd.ru/pub/ircd-RU/old/ DISTNAME= ircd-RU-${PORTVERSION}-02-stable @@ -47,7 +47,7 @@ CONFIGURE_ARGS+=--enable-hub # enable RC4 crypt (server to server connection) .if defined(WITH_ENCRYPTION) CONFIGURE_ARGS+=--enable-encryption -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 .endif # log to file instead of syslog |