diff options
author | grant <grant@pkgsrc.org> | 2003-04-17 15:33:26 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-17 15:33:26 +0000 |
commit | 6c5f6bb6c3b9916632564cb5938c71f09ea47e1c (patch) | |
tree | 2608f171d11cc9af2c39803b8224132ae8bb831b /mk/defs.SunOS.mk | |
parent | b0a7da37e339bf3ea3610987205de310b3f6221b (diff) | |
download | pkgsrc-6c5f6bb6c3b9916632564cb5938c71f09ea47e1c.tar.gz |
allow defs.*.mk to override PKGTOOLS_REQD, starting with Solaris
requiring 20030417 for recent bug fixes.
if platforms require (or desire) a newer version of pkg_install than
20021123 (the current default) for correct operation, please set
_OPSYS_PKGTOOLS_REQD in defs.OPSYS.mk.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r-- | mk/defs.SunOS.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk index 784bca900c9..de13f2a6f6e 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.60 2003/04/15 05:29:47 grant Exp $ +# $NetBSD: defs.SunOS.mk,v 1.61 2003/04/17 15:33:27 grant Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -128,6 +128,7 @@ _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available _OPSYS_PERL_REQD= # no base version of perl required +_OPSYS_PKGTOOLS_REQD= 20030417 # base version of pkg_install required _OPSYS_RPATH_NAME= -R # name of symbol in rpath directive to linker _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG= -V simple -z # switch to patch(1) for backup suffix |