aboutsummaryrefslogtreecommitdiffstats
path: root/irc/weechat-devel
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
committernovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
commit9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch)
tree12d33efb5a1652f97d070a545c3f3e32f7376e51 /irc/weechat-devel
parent9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff)
downloadfreebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip
- Chase security/gnutls update
- Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r--irc/weechat-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
index 9c9c918d9953..09e83d6d69ed 100644
--- a/irc/weechat-devel/Makefile
+++ b/irc/weechat-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= weechat
PORTVERSION= 0.2.1
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@@ -58,7 +59,7 @@ PLIST_SUB+= RUBY="@comment "
.if defined(WITH_GNUTLS)
CONFIGURE_ARGS+= --enable-gnutls
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-gnu-tls
.endif