diff options
author | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-08-17 02:04:40 +0800 |
commit | eca1cf95d458e76990c77d38103cf30a96c51467 (patch) | |
tree | 55b0de0ced1add49d77516588335a7c063b7227f /irc/conspire | |
parent | 4c532e98adf2028ff3fcc40cedbefb73fe9dc6b5 (diff) | |
download | freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.gz freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.tar.zst freebsd-ports-gnome-eca1cf95d458e76990c77d38103cf30a96c51467.zip |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Diffstat (limited to 'irc/conspire')
-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 |