diff options
Diffstat (limited to 'irc/anope/Makefile')
-rw-r--r-- | irc/anope/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index 8e61c05cbb26..fce5ceb169c1 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -1,6 +1,5 @@ PORTNAME= anope -DISTVERSION= 2.0.16 -PORTREVISION= 2 +DISTVERSION= 2.0.18 CATEGORIES= irc MAINTAINER= devnull@apt322.org @@ -17,6 +16,9 @@ SHEBANG_FILES= ${WRKSRC}/src/tools/*.sh CMAKE_ARGS= -DINSTDIR:STRING="${PREFIX}/anope" CFLAGS_amd64= -fPIC + +CONFLICTS_INSTALL= anope-devel + SUB_FILES= pkg-message OPTIONS_DEFINE= GNUTLS LDAP MYSQL NLS OPENSSL PCRE POSIX REDIS SASL \ |