diff options
author | tv <tv@pkgsrc.org> | 2004-11-11 22:29:40 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-11 22:29:40 +0000 |
commit | a09be89d5ae84ffb3ea80b8d69c88b7cf183b497 (patch) | |
tree | 87e8b76db530c3d80b83b073171f4c95376d39db /mk/platform | |
parent | 0bd444ae35c67d531bd9063e4677de9b581e0343 (diff) | |
download | pkgsrc-a09be89d5ae84ffb3ea80b8d69c88b7cf183b497.tar.gz |
NetBSD now needs libtool-base-1.5.10nb6.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/NetBSD.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/NetBSD.mk b/mk/platform/NetBSD.mk index 41d0bc17434..3728580d50c 100644 --- a/mk/platform/NetBSD.mk +++ b/mk/platform/NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: NetBSD.mk,v 1.2 2004/10/13 15:31:31 tv Exp $ +# $NetBSD: NetBSD.mk,v 1.3 2004/11/11 22:29:40 tv Exp $ # # Variable definitions for the NetBSD operating system. @@ -137,6 +137,7 @@ _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 |