diff options
author | agc <agc@pkgsrc.org> | 2002-12-03 21:13:37 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-12-03 21:13:37 +0000 |
commit | 3c7775dbddcffbf137e565c0dee9f3b597f56ef2 (patch) | |
tree | 85d5fca3ea5f0826e02b715d83394aff717c6634 /mk/defs.Darwin.mk | |
parent | c4b7d25c61debac5ea3b2b3e0ee4b3c4fbb46568 (diff) | |
download | pkgsrc-3c7775dbddcffbf137e565c0dee9f3b597f56ef2.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.Darwin.mk')
-rw-r--r-- | mk/defs.Darwin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/defs.Darwin.mk b/mk/defs.Darwin.mk index 7992b206fe1..0dc4d267c92 100644 --- a/mk/defs.Darwin.mk +++ b/mk/defs.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.Darwin.mk,v 1.37 2002/12/03 20:53:41 agc Exp $ +# $NetBSD: defs.Darwin.mk,v 1.38 2002/12/03 21:13:37 agc Exp $ # # Variable definitions for the Darwin operating system. @@ -84,6 +84,7 @@ _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.20010614nb9 # base version of libtool required +_OPSYS_PERL_REQD= 5.8.0 # base version of perl required _OPSYS_RPATH_NAME= # no name of symbol in rpath directive to linker _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG= -V simple -b -z # switch to patch(1) for backup suffix |