diff options
author | agc <agc> | 2002-12-03 21:13:37 +0000 |
---|---|---|
committer | agc <agc> | 2002-12-03 21:13:37 +0000 |
commit | 083c592022c8bbb786111ee03a8767568b586f87 (patch) | |
tree | 85d5fca3ea5f0826e02b715d83394aff717c6634 /mk/defs.SunOS.mk | |
parent | 116cd316c570a7c4fe497b3e39d41e79243bcedd (diff) | |
download | pkgsrc-083c592022c8bbb786111ee03a8767568b586f87.tar.gz |
Eliminate another usage of ${OPSYS} in bsd.pkg.mk - realy on Darwin
defining _OPSYS_PERL_REQD to the correct value to make sure there's
a valid perl version for that platform.
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 3865316c161..8781a6fc7ff 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.40 2002/12/03 20:53:41 agc Exp $ +# $NetBSD: defs.SunOS.mk,v 1.41 2002/12/03 21:13:38 agc Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -100,6 +100,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_LIBTOOL_REQD= 1.4.20010614nb9 # base version of libtool required +_OPSYS_PERL_REQD= # no base version of perl 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 |