summaryrefslogtreecommitdiff
path: root/misc/kcd
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2007-11-05 16:28:58 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2007-11-05 16:28:58 +0000
commit49e98bf36478c45bc40a70e81b63c59f52b56a02 (patch)
tree1a18a3cf83e39837563a8b30f1068e774fe37aeb /misc/kcd
parent- Fix python byte-compiling error preventing make package (diff)
- Mark as BROKEN on Freebsd 8.X and AMD64
Reviewed by: miwi@ Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=202525
Diffstat (limited to 'misc/kcd')
-rw-r--r--misc/kcd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile
index 2a803acb3421..1b49a065c390 100644
--- a/misc/kcd/Makefile
+++ b/misc/kcd/Makefile
@@ -23,6 +23,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= kcd.1
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == amd64 && ${OSVERSION} > 800000
+BROKEN= Attempts to allocate all of memory during configure
+.endif
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin
@@ -41,4 +47,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>