aboutsummaryrefslogtreecommitdiff
path: root/ftp/pavuk
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2012-02-13 06:48:01 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2012-02-13 06:48:01 +0000
commit9902b794c6189473d7370d03c68b0a513dfb07d1 (patch)
treea453f0ce4a15dcf669d39c5994882eabbea12688 /ftp/pavuk
parent6f2296f0c804a7f88f99f571e35aaf18b7c1a73a (diff)
downloadports-9902b794c6189473d7370d03c68b0a513dfb07d1.tar.gz
ports-9902b794c6189473d7370d03c68b0a513dfb07d1.zip
Remove dependancy on net/socks5 in preperation for that port's removal from
the ports tree.
Notes
Notes: svn path=/head/; revision=291266
Diffstat (limited to 'ftp/pavuk')
-rw-r--r--ftp/pavuk/Makefile6
1 files changed, 1 insertions, 5 deletions
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
@@ -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