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 /net/hesiod | |
parent | 871498add4080b3a349768e215c1d64a2acbefc0 (diff) | |
download | pkgsrc-dbb71432c1380918f61104a2e5d18effa27af2ab.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'net/hesiod')
-rw-r--r-- | net/hesiod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index 59714840e8a..f9f9d0d422a 100644 --- a/net/hesiod/Makefile +++ b/net/hesiod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/11/21 10:59:20 grant Exp $ +# $NetBSD: Makefile,v 1.5 2002/12/07 02:39:00 schmonz Exp $ DISTNAME= hesiod-3.0.2 CATEGORIES= net @@ -10,7 +10,7 @@ COMMENT= Hesiod network database client and library .include "../../mk/bsd.prefs.mk" .if exists(/usr/include/hesiod.h) && !defined(USE_HESIOD) -IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif USE_BUILDLINK2= YES |