summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
-rw-r--r--mk/defs.Darwin.mk3
-rw-r--r--mk/defs.Interix.mk3
3 files changed, 4 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index c0e61a81e32..151d6a26c62 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1504 2004/10/01 00:23:18 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1505 2004/10/03 00:13:01 tv Exp $
#
# This file is in the public domain.
#
@@ -390,7 +390,7 @@ CONFIGURE_ENV+= install_sh=${INSTALL:Q}
.if defined(_OPSYS_LIBTOOL_REQD)
LIBTOOL_REQD= ${_OPSYS_LIBTOOL_REQD}
.else
-LIBTOOL_REQD?= 1.5.2nb4
+LIBTOOL_REQD?= 1.5.10
.endif
#
# PKG_LIBTOOL is the path to the libtool script installed by libtool-base.
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk
index b31534bc031..ad603f0acf8 100644
--- a/mk/defs.Darwin.mk
+++ b/mk/defs.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.80 2004/08/27 06:29:09 jlam Exp $
+# $NetBSD: defs.Darwin.mk,v 1.81 2004/10/03 00:13:01 tv Exp $
#
# Variable definitions for the Darwin operating system.
@@ -128,7 +128,6 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard
_OPSYS_HAS_JAVA= yes # Java is standard
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.5.2nb5 # base version of libtool required
_OPSYS_PERL_REQD= 5.8.0 # base version of perl required
_OPSYS_PTHREAD_AUTO= yes # -lpthread not needed for pthreads
_OPSYS_LINKER_RPATH_FLAG= -L # darwin has no rpath, use -L instead
diff --git a/mk/defs.Interix.mk b/mk/defs.Interix.mk
index 39ba02ec9a6..e6295144976 100644
--- a/mk/defs.Interix.mk
+++ b/mk/defs.Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Interix.mk,v 1.28 2004/09/21 15:01:40 jlam Exp $
+# $NetBSD: defs.Interix.mk,v 1.29 2004/10/03 00:13:01 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -130,7 +130,6 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard
_OPSYS_HAS_JAVA= no # Java is not standard
_OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages
_OPSYS_HAS_OSSAUDIO= no # libossaudio is available
-_OPSYS_LIBTOOL_REQD= 1.5.2nb7 # base version of libtool required
_OPSYS_PERL_REQD= 5.8.3nb1 # base version of perl required
_OPSYS_PKGTOOLS_REQD= 20040330
_OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads