diff options
author | grant <grant@pkgsrc.org> | 2003-10-05 08:20:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-05 08:20:44 +0000 |
commit | cc5e29a43e35c5acaa4e6495e2f8326faa43897a (patch) | |
tree | 3c6c05bf25fab34c67082d4c462a88f063de4743 /mk/defs.Darwin.mk | |
parent | bbeef6d01f0d60a5c150fc05af36cde0a1d54181 (diff) | |
download | pkgsrc-cc5e29a43e35c5acaa4e6495e2f8326faa43897a.tar.gz |
require libtool nb16 on Darwin for latest library name fix.
Diffstat (limited to 'mk/defs.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index d67db1de815..6fdc8749291 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.57 2003/09/25 02:13:15 danw Exp $ +# $NetBSD: defs.Darwin.mk,v 1.58 2003/10/05 08:20:44 grant Exp $ # # Variable definitions for the Darwin operating system. @@ -115,7 +115,7 @@ _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.4.20010614nb15 # base version of libtool required +_OPSYS_LIBTOOL_REQD= 1.4.20010614nb16 # 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_RPATH_NAME= darwin_has_no_rpath |