summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-22 07:52:00 +0000
committerhubertf <hubertf>1997-12-22 07:52:00 +0000
commitb223728eda47db8c2870feee50834cfe9535057b (patch)
tree1f5e17daf8c1e4677c984a9270e3772354e3f9a8 /net/socks5
parentc3988013944bad951742d9db139c253b8f95d462 (diff)
downloadpkgsrc-b223728eda47db8c2870feee50834cfe9535057b.tar.gz
Fix setting CONFIGURE_ENV ("=" -> "+=")
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index dcae77e637e..41c90bf6291 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 Apr 1996
# Whom: pst
#
-# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1997/12/22 07:52:02 hubertf Exp $
# FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp
#
@@ -29,7 +29,7 @@ RESTRICTED= "no commercial use"
WRKSRC= ${WRKDIR}/socks5-v1.0r2
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS=-lcrypt
+CONFIGURE_ENV+= LIBS=-lcrypt
CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
--with-srvconffile=${PREFIX}/etc/socks5.conf \
--with-srvpidfile=/var/run/socks5.pid \