diff options
author | jlam <jlam> | 2005-06-24 06:43:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-24 06:43:43 +0000 |
commit | d784868011f321c20c09a4cfc7ab3e3a3cf96c41 (patch) | |
tree | 666a7e5cc344f7ca6390ba1b81aaa8b1490d242a /mk/platform | |
parent | 65b8f16ef71af8037058db0367057c2abfc7f63f (diff) | |
download | pkgsrc-d784868011f321c20c09a4cfc7ab3e3a3cf96c41.tar.gz |
Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and update
lang/perl5 to perl-5.8.6nb4. Modify packages that referred to
lang/perl58 to point to lang/perl5 instead.
Diffstat (limited to 'mk/platform')
-rw-r--r-- | mk/platform/Interix.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index da242216446..cba085ce3d0 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.35 2005/06/01 18:14:23 jlam Exp $ +# $NetBSD: Interix.mk,v 1.36 2005/06/24 06:43:44 jlam Exp $ # # Variable definitions for the Interix operating system. @@ -23,7 +23,7 @@ # libtool-base 0x50000000 0x6fffffff 0x00040000 2048 # netpbm 0x6b000000 0x6cffffff 0x00100000 32 # openssl 0x5e000000 0x5fffffff 0x00100000 32 -# perl58 * +# perl5 * # python22 * # python23 * # python24 * |