From 9902b794c6189473d7370d03c68b0a513dfb07d1 Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Mon, 13 Feb 2012 06:48:01 +0000 Subject: Remove dependancy on net/socks5 in preperation for that port's removal from the ports tree. --- ftp/pavuk/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ftp') diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile index 2f361b6cb280..09392234e84a 100644 --- a/ftp/pavuk/Makefile +++ b/ftp/pavuk/Makefile @@ -7,7 +7,7 @@ PORTNAME= pavuk PORTVERSION= 0.9.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp www MASTER_SITES= SF @@ -46,10 +46,6 @@ CONFIGURE_ARGS+= --disable-gtk .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante -CONFIGURE_ARGS+= --with-socks-includes=${LOCALBASE}/include \ - --with-socks-libraries=${LOCALBASE}/lib -.elif defined(WITH_SOCKS5) -BUILD_DEPENDS+=${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 CONFIGURE_ARGS+= --with-socks-includes=${LOCALBASE}/include \ --with-socks-libraries=${LOCALBASE}/lib .else -- cgit v1.2.3