diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-11-07 19:53:18 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-11-07 19:53:18 +0800 |
commit | 826a6079c8c160d79b74a12bd0e5c5ebbd6a7b92 (patch) | |
tree | f5ead96c307261257e2d17543936173b497072a8 /misc/kcd | |
parent | 9d62a66d62c12333bfbfc9d8710a1cc6db4521c9 (diff) | |
download | freebsd-ports-gnome-826a6079c8c160d79b74a12bd0e5c5ebbd6a7b92.tar.gz freebsd-ports-gnome-826a6079c8c160d79b74a12bd0e5c5ebbd6a7b92.tar.zst freebsd-ports-gnome-826a6079c8c160d79b74a12bd0e5c5ebbd6a7b92.zip |
- Mark as BROKEN on 8.X
Approved by: portmgr (linimon)
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 2 |
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 |