diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-07 11:53:18 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-07 11:53:18 +0000 |
commit | 925dbfd12fe16df6ed9a2c18f580b66da2810d1d (patch) | |
tree | e6ac164aa486f5029609ef7007ff9731a8088ebc | |
parent | 7a301384b6801728ed25e0d4714633434a53c95a (diff) | |
download | ports-925dbfd12fe16df6ed9a2c18f580b66da2810d1d.tar.gz ports-925dbfd12fe16df6ed9a2c18f580b66da2810d1d.zip |
Notes
-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 |