From 5a6da91760ed734adaa98a7a6a04ec141398936c Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Fri, 19 May 2006 20:02:55 +0000 Subject: [PATCH] - ONLY_FOR_ARCHS=i386 Reported by: kris mail --- net/ncplib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/ncplib/Makefile b/net/ncplib/Makefile index fbc593d34ee7..0275f519727e 100644 --- a/net/ncplib/Makefile +++ b/net/ncplib/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://rbp.chat.ru/pub/nwlib/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilites to work with Novell NetWare servers +ONLY_FOR_ARCHS= i386 + .if !exists(/usr/src/sys/kern/vnode_if.src) IGNORE= requires kernel source .endif