aboutsummaryrefslogtreecommitdiff
path: root/misc/kcd
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-11-07 11:53:18 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-11-07 11:53:18 +0000
commit925dbfd12fe16df6ed9a2c18f580b66da2810d1d (patch)
treee6ac164aa486f5029609ef7007ff9731a8088ebc /misc/kcd
parent7a301384b6801728ed25e0d4714633434a53c95a (diff)
downloadports-925dbfd12fe16df6ed9a2c18f580b66da2810d1d.tar.gz
ports-925dbfd12fe16df6ed9a2c18f580b66da2810d1d.zip
- Mark as BROKEN on 8.X
Approved by: portmgr (linimon)
Notes
Notes: svn path=/head/; revision=202562
Diffstat (limited to 'misc/kcd')
-rw-r--r--misc/kcd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile
index 1b49a065c390..3f728f51a0ce 100644
--- a/misc/kcd/Makefile
+++ b/misc/kcd/Makefile
@@ -25,7 +25,7 @@ MAN1= kcd.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64 && ${OSVERSION} > 800000
+.if ${OSVERSION} > 800000
BROKEN= Attempts to allocate all of memory during configure
.endif