summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2012-02-13 06:48:01 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2012-02-13 06:48:01 +0000
commitcfd761886a6f3b1956e6b32875110184ebb7e621 (patch)
tree713e64d27a19c47bdeae758932947e30602d3e10
parent16b45c0418e2f438fb09607a6c263586c8614eae (diff)
downloadFreeBSD-ports-cfd761886a6f3b1956e6b32875110184ebb7e621.zip
FreeBSD-ports-cfd761886a6f3b1956e6b32875110184ebb7e621.tar.gz
Remove dependancy on net/socks5 in preperation for that port's removal from
the ports tree.
-rw-r--r--ftp/pavuk/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index 2f361b6..0939223 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
@@ -48,10 +48,6 @@ CONFIGURE_ARGS+= --disable-gtk
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
CONFIGURE_ARGS+= --disable-socks
.endif
OpenPOWER on IntegriCloud