diff options
author | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-07 02:38:52 +0000 |
commit | dbb71432c1380918f61104a2e5d18effa27af2ab (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /lang/python20 | |
parent | 871498add4080b3a349768e215c1d64a2acbefc0 (diff) | |
download | pkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'lang/python20')
-rw-r--r-- | lang/python20/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/Makefile.inc b/lang/python20/Makefile.inc index ad0f8819e74..79fdb8a9334 100644 --- a/lang/python20/Makefile.inc +++ b/lang/python20/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.1 2002/01/22 18:04:55 drochner Exp $ +# $NetBSD: Makefile.inc,v 1.2 2002/12/07 02:38:58 schmonz Exp $ # PY_VERSION= 2.0 @@ -24,7 +24,7 @@ DEPENDS+= python20-${PY_VERSION}*:../../lang/python20 ALL_TARGET?= default .if ${MACHINE_ARCH} == "sparc64" -IGNORE="${PKGNAME} needs dynamic loading" +PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading" .endif # Set PY_SETUP_SUBST to substitute "${variable}" for "@value@" in Setup.in. |