diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-09-28 13:12:16 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-09-28 13:12:16 +0000 |
commit | b9ce1a484e3d491939b4e94f61a29570a5d6b5e3 (patch) | |
tree | e9136066b183adf16d17c73596d459acfb2b6284 /news/nntpcache | |
parent | 1a8239fb0e376fe2630db52aff5f2727319f54d6 (diff) | |
download | ports-b9ce1a484e3d491939b4e94f61a29570a5d6b5e3.tar.gz ports-b9ce1a484e3d491939b4e94f61a29570a5d6b5e3.zip |
Notes
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not build on sparc64 +.endif + .if !defined(WITHOUT_RADIUS) CONFIGURE_ARGS+= --with-authinfo-radius AUTHINFO_EXT+= authinfo_radius.ext |