diff options
author | tv <tv@pkgsrc.org> | 2005-01-18 18:22:56 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-18 18:22:56 +0000 |
commit | 54b88aa81ab8ae8fd20bd56d2c90fda602a494cb (patch) | |
tree | 571ad35a4eb21d37078ae599d778259d16f01a2b /mk | |
parent | ff5782b9398f90d9c8ef2bca8342fc22317200a7 (diff) | |
download | pkgsrc-54b88aa81ab8ae8fd20bd56d2c90fda602a494cb.tar.gz |
Add python23 to the base-address list.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/Interix.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 1d523534a65..b7eccf3a3f2 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.14 2005/01/14 00:10:01 tv Exp $ +# $NetBSD: Interix.mk,v 1.15 2005/01/18 18:22:56 tv Exp $ # # Variable definitions for the Interix operating system. @@ -23,6 +23,7 @@ # netpbm 0x6b000000 0x6cffffff 0x00100000 32 # openssl 0x5e000000 0x5fffffff 0x00100000 32 # perl58 * +# python23 * # zsh * AWK?= /usr/contrib/bin/gawk |