diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-21 19:27:39 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-21 19:27:39 +0000 |
commit | 89e0b04783bb6f6a0dde7811bb8af7da69eeac17 (patch) | |
tree | f097f4a4a9b81f0cf39752ffc85ef362a0176797 /irc | |
parent | c29fde31c02b1cb660100de77f5eacba71d1c1f6 (diff) | |
download | ports-89e0b04783bb6f6a0dde7811bb8af7da69eeac17.tar.gz ports-89e0b04783bb6f6a0dde7811bb8af7da69eeac17.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 8be32c742166..174890d3b0d0 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -2,6 +2,7 @@ PORTNAME= anope PORTVERSION= 2.0.7 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= egypcio@FreeBSD.org @@ -36,7 +37,7 @@ NLS_USES= gettext OPENSSL_USES= ssl -REDIS_RUN_DEPENDS= redis:databases/redis +REDIS_RUN_DEPENDS= redis>=0:databases/redis PCRE_LIB_DEPENDS= libpcre.so:devel/pcre |