diff options
author | leeym <leeym@FreeBSD.org> | 2006-09-28 21:12:16 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-09-28 21:12:16 +0800 |
commit | 1c3e0b88954538ad3799f51b0f8052fc0ccb6717 (patch) | |
tree | 67917f04212f1e528c12e4d9c35bc1a603a522f0 /news/nntpcache/Makefile | |
parent | 455c7f354e3025349b9750b24b93e0b5d4ed35e7 (diff) | |
download | freebsd-ports-gnome-1c3e0b88954538ad3799f51b0f8052fc0ccb6717.tar.gz freebsd-ports-gnome-1c3e0b88954538ad3799f51b0f8052fc0ccb6717.tar.zst freebsd-ports-gnome-1c3e0b88954538ad3799f51b0f8052fc0ccb6717.zip |
- avoid NOT_FOR_ARCHS which will mark IGNORE
- mark BROKEN instead
- correct typo
Noticed by: kris, vd
Diffstat (limited to 'news/nntpcache/Makefile')
-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 |