diff options
Diffstat (limited to 'irc/conspire/Makefile')
-rw-r--r-- | irc/conspire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/conspire/Makefile b/irc/conspire/Makefile index 5696d2aac531..dd5a2acaeda7 100644 --- a/irc/conspire/Makefile +++ b/irc/conspire/Makefile @@ -6,7 +6,7 @@ PORTNAME= conspire PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc gnome MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tbz2 @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--disable-regex .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-gnutls .endif |