diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-16 18:04:40 +0000 |
commit | f32c11d872ea222db4b9c33da363f2a8098194e1 (patch) | |
tree | b1caddc6f61d87da0f97b4f1e91b311c70bf3f97 /irc/ctrlproxy | |
parent | 89dbb0c8e2caff37277d7ad2e3b13666c62b13df (diff) |
Notes
Diffstat (limited to 'irc/ctrlproxy')
-rw-r--r-- | irc/ctrlproxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index c96a5c7e3545..66997c64ac16 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -8,7 +8,7 @@ PORTNAME= ctrlproxy PORTVERSION= 3.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= http://www.ctrlproxy.org/releases/ \ LOCAL/chinsan/ctrlproxy/ @@ -16,7 +16,7 @@ MASTER_SITES= http://www.ctrlproxy.org/releases/ \ MAINTAINER= wahjava@gmail.com COMMENT= Flexible IRC proxy -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls USE_GNOME= glib20 gnometarget USE_LDCONFIG= yes |