diff options
Diffstat (limited to 'irc/weechat/Makefile')
-rw-r--r-- | irc/weechat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 9e5f827e830c..f8c225d0bea7 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.2.6.3 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -84,7 +85,7 @@ PLIST_SUB+= RUBY="@comment " .if !defined(WITHOUT_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnutls .endif |