From dbb71432c1380918f61104a2e5d18effa27af2ab Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 7 Dec 2002 02:38:52 +0000 Subject: Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. --- security/isakmpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/isakmpd') diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 53641b10190..096376f3be6 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/11/18 12:07:41 martti Exp $ +# $NetBSD: Makefile,v 1.24 2002/12/07 02:39:03 schmonz Exp $ # DISTNAME= isakmpd-20021118 @@ -10,7 +10,7 @@ COMMENT= OpenBSD IKE daemon # this is not compatible with cross build - there's no other way .if !exists(/usr/include/netinet6/ipsec.h) -IGNORE+= "${PKGNAME} requires ipsec-ready NetBSD" +PKG_FAIL_REASON+= "${PKGNAME} requires ipsec-ready ${OPSYS}" .endif ALL_TARGET= depend all -- cgit v1.2.3