diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-05 16:28:58 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-05 16:28:58 +0000 |
commit | 49e98bf36478c45bc40a70e81b63c59f52b56a02 (patch) | |
tree | 1a18a3cf83e39837563a8b30f1068e774fe37aeb /misc/kcd | |
parent | 6e1bd9358cd4983c9c34f77bd1a3d4a785d0409a (diff) | |
download | ports-49e98bf36478c45bc40a70e81b63c59f52b56a02.tar.gz ports-49e98bf36478c45bc40a70e81b63c59f52b56a02.zip |
Notes
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 8 |
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> |