diff options
author | jlam <jlam@pkgsrc.org> | 2005-02-04 09:19:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-02-04 09:19:41 +0000 |
commit | 2ab02f1dddf046922ca1261121a7b3bf4cec36d7 (patch) | |
tree | b47f34b46139d4bad4a0d04600bbec1a9a0dd787 /mk/platform | |
parent | cb184155ea5af10df48c35273b3651920d9be8a7 (diff) | |
download | pkgsrc-2ab02f1dddf046922ca1261121a7b3bf4cec36d7.tar.gz |
Bump PKGTOOLS_REQD to 20050204. This version of pkg_install passes
the correct information to the +INSTALL and +DEINSTALL scripts to fix
problems with binary packages incorrectly locating the reference counts
database, e.g. /var/db.refcount.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Interix.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 939ec32600f..dfddf71a4d1 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.23 2005/01/28 21:05:59 jlam Exp $ +# $NetBSD: Interix.mk,v 1.24 2005/02/04 09:19:41 jlam Exp $ # # Variable definitions for the Interix operating system. @@ -161,7 +161,6 @@ _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_PKGTOOLS_REQD= 20040330 _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type - not exactly true, but near enough _PATCH_CAN_BACKUP= yes # native patch(1) can make backups |