diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-02 17:08:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-02 17:08:49 +0000 |
commit | 9276068400a2b98d99261a531ea90d848e3fbad2 (patch) | |
tree | 399bcded29210c54a6c52d5d7ac88e8006e36f6b /mk | |
parent | 2bba5f5230fb4a98b96c372671f7a4eaf85955f9 (diff) | |
download | pkgsrc-9276068400a2b98d99261a531ea90d848e3fbad2.tar.gz |
Remove handling for obsolete USE_SOCKS variable.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 8626bcd18f9..8825302eed3 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.213 2005/11/28 21:46:47 rillig Exp $ +# $NetBSD: bsd.prefs.mk,v 1.214 2005/12/02 17:08:49 wiz Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -370,12 +370,12 @@ PKG_INSTALLATION_TYPE?= none # if the system is IPv6-ready, compile with IPv6 support turned on. .if defined(USE_INET6) -. if empty(USE_INET6:M[Yy][Ee][Ss]) || defined(USE_SOCKS) +. if empty(USE_INET6:M[Yy][Ee][Ss]) USE_INET6= NO . else USE_INET6= YES . endif -.elif empty(_OPSYS_HAS_INET6:M[nN][oO]) && !defined(USE_SOCKS) +.elif empty(_OPSYS_HAS_INET6:M[nN][oO]) USE_INET6= YES .else USE_INET6= NO |