aboutsummaryrefslogtreecommitdiff
path: root/www/neon29
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-08-23 18:39:19 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-08-23 18:39:19 +0000
commitfe61bf1eb4f2758636a3c065686a833eb412df25 (patch)
tree1474457ea487adcafec2ab29e99ab61897a3e479 /www/neon29
parent5732783897145621b6af3ab08fba8d9af40f338b (diff)
downloadports-fe61bf1eb4f2758636a3c065686a833eb412df25.tar.gz
ports-fe61bf1eb4f2758636a3c065686a833eb412df25.zip
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Notes
Notes: svn path=/head/; revision=280300
Diffstat (limited to 'www/neon29')
-rw-r--r--www/neon29/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon29/Makefile b/www/neon29/Makefile
index 1d59097b9987..2a6cd1d09a45 100644
--- a/www/neon29/Makefile
+++ b/www/neon29/Makefile
@@ -7,7 +7,7 @@
PORTNAME= neon29
PORTVERSION= 0.29.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
DISTNAME= neon-${PORTVERSION}
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+=--without-gssapi
.if defined(WITH_PROXY)
CONFIGURE_ARGS+=--with-libproxy
-LIB_DEPENDS+= proxy.0:${PORTSDIR}/net/libproxy
+LIB_DEPENDS+= proxy.1:${PORTSDIR}/net/libproxy
.else
CONFIGURE_ARGS+=--without-libproxy
.endif