diff options
author | wiz <wiz@pkgsrc.org> | 2017-01-17 22:57:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-01-17 22:57:39 +0000 |
commit | e5c2498ee1441f31ba7c5db1c1a01811771390af (patch) | |
tree | 168cb30d25af6f75b0b0bc4d89aae7a90a1990ca /mk/platform | |
parent | c487f6b01167530f572c9d1dbaa6620231366ec7 (diff) | |
download | pkgsrc-e5c2498ee1441f31ba7c5db1c1a01811771390af.tar.gz |
Bump LIBTOOL_REQD, newer version needed for cwrappers.
PR 51826.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/MirBSD.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/MirBSD.mk b/mk/platform/MirBSD.mk index 1f62747e4ea..9b5df50ee76 100644 --- a/mk/platform/MirBSD.mk +++ b/mk/platform/MirBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: MirBSD.mk,v 1.12 2016/03/10 16:58:19 jperkin Exp $ +# $NetBSD: MirBSD.mk,v 1.13 2017/01/17 22:57:39 wiz Exp $ # # Variable definitions for the MirOS BSD operating system. @@ -38,7 +38,6 @@ _OPSYS_HAS_INET6= yes # IPv6 is standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available -_OPSYS_LIBTOOL_REQD= 1.5.22nb5 _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type |