diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-07-22 23:06:46 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-07-22 23:06:46 +0000 |
commit | 0e92d1fb2ca477e0adb53349e3fc46283ca2a110 (patch) | |
tree | afc8d83aa56383547385be081f92cc1d8c8e51ba /net/socks5/Makefile | |
parent | If using socks, make sure you find socks library (diff) |
Upgrade to beta 0.16.1
Diffstat (limited to 'net/socks5/Makefile')
-rw-r--r-- | net/socks5/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 83610291388a..c00b05a2bab4 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,11 +3,11 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.2 1996/04/24 18:31:23 pst Exp $ +# $Id: Makefile,v 1.3 1996/07/15 16:54:43 pst Exp $ # -PKGNAME= socks5-0.15.3 -DISTNAME= socks5-beta-0.15.3-exportable +PKGNAME= socks5-0.16.1 +DISTNAME= socks5-beta-0.16.1-exportable CATEGORIES+= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ @@ -26,6 +26,7 @@ NO_PACKAGE= put an extra slug in to make sure he's dead # --with-passwd GNU_CONFIGURE= yes +CONFIGURE_ENV= LIBS=-lcrypt CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvconffile=${PREFIX}/etc/socks5.conf \ --with-srvpidfile=/var/run/socks5.pid \ |