summaryrefslogtreecommitdiff
path: root/mk/platform/Interix.mk
diff options
context:
space:
mode:
authortv <tv>2004-11-19 13:10:05 +0000
committertv <tv>2004-11-19 13:10:05 +0000
commit8790ff1f537592cde659b09e82629cd3e5e4f07c (patch)
tree04b3edd8826a867e650587eb5dca6f25c8aee293 /mk/platform/Interix.mk
parent81868003fd0e1d4f79c400c53456fc14e5d52087 (diff)
downloadpkgsrc-8790ff1f537592cde659b09e82629cd3e5e4f07c.tar.gz
Remove PERL5_USE_THREADS setting now that the default is perl58-thread.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r--mk/platform/Interix.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index 771a9e919cb..87909edec32 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.12 2004/11/16 18:04:00 tv Exp $
+# $NetBSD: Interix.mk,v 1.13 2004/11/19 13:10:05 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -101,9 +101,6 @@ TYPE?= type # Shell builtin
WC?= /bin/wc
XARGS?= /bin/xargs
-# Default to threaded Perl, the same as is shipped with Interix itself.
-PERL5_USE_THREADS?= yes
-
USERADD?= ${LOCALBASE}/sbin/useradd
GROUPADD?= ${LOCALBASE}/sbin/groupadd
_PKG_USER_HOME?= # empty by default