diff options
author | tv <tv@pkgsrc.org> | 2005-03-22 15:40:06 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-22 15:40:06 +0000 |
commit | ea4f7b4ad9edcf32f36e6c00ff630a4fd2457b5b (patch) | |
tree | 348d6358e45ae3340da838a0b3714df26efe072c /mk/platform | |
parent | 8dd5b0ce04f080a02373f5b13373d7e805e4f8aa (diff) | |
download | pkgsrc-ea4f7b4ad9edcf32f36e6c00ff630a4fd2457b5b.tar.gz |
Bump LIBTOOL_REQD to 1.5.14; this unifies all the support again and fixes
a good number of bugs.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/DragonFly.mk | 3 | ||||
-rw-r--r-- | mk/platform/Interix.mk | 3 | ||||
-rw-r--r-- | mk/platform/NetBSD.mk | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index a3605884c1d..ce2c086330e 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.10 2005/03/18 18:16:35 tv Exp $ +# $NetBSD: DragonFly.mk,v 1.11 2005/03/22 15:40:06 tv Exp $ # # Variable definitions for the DragonFly operating system. @@ -128,7 +128,6 @@ _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available _OPSYS_PERL_REQD= # no base version of perl required -_OPSYS_LIBTOOL_REQD= 1.5.10nb9 _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type _PATCH_CAN_BACKUP= no # native patch(1) can make backups diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 3828edad830..0bf74151960 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.27 2005/03/21 14:49:25 tv Exp $ +# $NetBSD: Interix.mk,v 1.28 2005/03/22 15:40:06 tv Exp $ # # Variable definitions for the Interix operating system. @@ -164,7 +164,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.10nb4 _OPSYS_PERL_REQD= 5.8.3nb1 # base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type - not exactly true, but near enough diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk index ad83d449c13..3fbf4549ccc 100644 --- a/mk/platform/NetBSD.mk +++ b/mk/platform/NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.mk,v 1.8 2005/03/18 18:16:35 tv Exp $ +# $NetBSD: NetBSD.mk,v 1.9 2005/03/22 15:40:06 tv Exp $ # # Variable definitions for the NetBSD operating system. @@ -134,7 +134,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= yes # libossaudio is available -_OPSYS_LIBTOOL_REQD= 1.5.10nb6 _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type |