diff options
author | adam <adam> | 2010-04-18 09:20:25 +0000 |
---|---|---|
committer | adam <adam> | 2010-04-18 09:20:25 +0000 |
commit | fb2a86ab39a7c306155595f5fd5e2cdc916dfc49 (patch) | |
tree | cef874bcec0e970c8fa6a27f5eb5e9b97f41cf73 /lang/python26/Makefile | |
parent | e73eee9dc82037dc915a032aed5b95fc6ba58e7d (diff) | |
download | pkgsrc-fb2a86ab39a7c306155595f5fd5e2cdc916dfc49.tar.gz |
Nav.o now gets build and installed on 64-bit Mac OS X
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 9b3f7da62fe..e204323b41f 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2010/02/11 21:21:49 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2010/04/18 09:20:25 adam Exp $ DISTNAME= Python-2.6.4 PKGNAME= ${DISTNAME:S/Python/python26/} @@ -108,11 +108,6 @@ PLIST.oss= yes # Make sure python modules can link correctly .if ${OPSYS} == "Darwin" INSTALL_UNSTRIPPED= yes - -PLIST_VARS+= nav -. if !defined(ABI) || ${ABI} != "64" -PLIST.nav= yes -. endif .endif PLIST_VARS+= dll nis no-nis |