? www/neon29/work Index: www/neon29/Makefile =================================================================== RCS file: /home/pcvs/ports/www/neon29/Makefile,v retrieving revision 1.56 diff -u -r1.56 Makefile --- www/neon29/Makefile 13 May 2011 11:45:09 -0000 1.56 +++ www/neon29/Makefile 13 May 2011 19:12:48 -0000 @@ -7,7 +7,7 @@ PORTNAME= neon29 PORTVERSION= 0.29.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ DISTNAME= neon-${PORTVERSION} @@ -53,6 +53,12 @@ CONFIGURE_ARGS+=--without-gssapi .endif +.if defined(WITHOUT_PROXY) +CONFIGURE_ARGS+=--without-proxy +.else +LIB_DEPENDS+= proxy.0:${PORTSDIR}/net/libproxy +.endif + MAN1= neon-config.1 MAN3= ne_add_request_header.3 ne_addr_resolve.3 ne_buffer.3 \ ne_buffer_append.3 ne_buffer_clear.3 ne_buffer_create.3 \