diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-01-05 18:51:50 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-01-05 18:51:50 +0000 |
commit | 91b265b9a5d0bd9fe1e7993a6b61283802e28b13 (patch) | |
tree | 0aec325209d271a85f4c20c25866d59511ebe19a | |
parent | 4b8a057fef0a390b799e56ea461bc3afe8dae66d (diff) |
since socks5 has been removed from ports recently, switch ftp to
dante instead. "makes sense" sthen@, ajacoutot@, "no objections"
millert@; "i agree" jakob@. tested by Simon Kuhnle and myself
-rw-r--r-- | usr.bin/ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index bcdc8eedd99..a08c78af65f 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2008/07/08 21:07:57 martynas Exp $ +# $OpenBSD: Makefile,v 1.24 2009/01/05 18:51:49 martynas Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL @@ -8,7 +8,7 @@ .if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes") CFLAGS += -DSOCKS -I/usr/local/include -LDADD += -lsocks5 +LDADD += -L/usr/local/lib -lsocks .endif PROG= ftp |