From b9ce1a484e3d491939b4e94f61a29570a5d6b5e3 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Thu, 28 Sep 2006 13:12:16 +0000 Subject: - avoid NOT_FOR_ARCHS which will mark IGNORE - mark BROKEN instead - correct typo Noticed by: kris, vd --- news/nntpcache/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'news/nntpcache') diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index d575cc5690dc..808cfe0f7d35 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -16,8 +16,6 @@ COMMENT= News caching/anti-spam/server-merging system USE_AUTOTOOLS= automake:15:env -NOT_FOR_ARCHS= space64 - # This may be set interactively at install-time. NNTPCache will # cache news articles and related data in ${SPOOLDIR}/nntpcache. SPOOLDIR?= /var/spool @@ -36,6 +34,10 @@ OPTIONS= LDAP "OpenLDAP support" off \ .include +.if ${ARCH} == "sparc64" +BROKEN= Does not build on sparc64 +.endif + .if !defined(WITHOUT_RADIUS) CONFIGURE_ARGS+= --with-authinfo-radius AUTHINFO_EXT+= authinfo_radius.ext -- cgit v1.2.3