summaryrefslogtreecommitdiff
path: root/net/hesiod
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-12-07 02:38:52 +0000
committerschmonz <schmonz@pkgsrc.org>2002-12-07 02:38:52 +0000
commit0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch)
tree1de4a04cf479873e6e59c8e7b26df68132cd5628 /net/hesiod
parenta2849a9dcac8e838b0156047f813c71851ab8a56 (diff)
downloadpkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'net/hesiod')
-rw-r--r--net/hesiod/Makefile4
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