diff options
author | ale <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-05-13 09:46:02 +0000 |
commit | 8f8d88d9af78b5ddb076785e193049c2cda2326c (patch) | |
tree | 5ef6daf12ef326b71380f2b78790f29d0f1d8d1b /irc | |
parent | fa4fbc6a9748619fd248a3f0a3360b80fa2af224 (diff) | |
download | FreeBSD-ports-8f8d88d9af78b5ddb076785e193049c2cda2326c.zip FreeBSD-ports-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.gz |
Chase libgmp and bump PORTREVISION.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ru/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 38a4e20..b90032b 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -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.7:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 .endif # log to file instead of syslog |