diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-05 16:17:06 +0000 |
commit | 91e365d630f06550c027e8d6416042302496c4fb (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a /irc/ctrlproxy/Makefile | |
parent | 0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff) |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Notes
Notes:
svn path=/head/; revision=311722
Diffstat (limited to 'irc/ctrlproxy/Makefile')
-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 0a4efd4c1e93..8469e1d82830 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -8,7 +8,7 @@ PORTNAME= ctrlproxy PORTVERSION= 3.0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc MASTER_SITES= http://launchpadlibrarian.net/50016234/ \ LOCAL/ashish/ @@ -16,7 +16,7 @@ MASTER_SITES= http://launchpadlibrarian.net/50016234/ \ MAINTAINER= ashish@FreeBSD.org COMMENT= Flexible IRC proxy -LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_GNOME= glib20 USE_LDCONFIG= yes |