diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-15 02:29:11 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-11-15 02:29:11 +0000 |
commit | 430ad6db279aac86850094feb0ef0c6f20b9fa06 (patch) | |
tree | d0a9cc582f22ac530d76455e76215196f22b11ba /misc/kcd | |
parent | 6cbf075475bd3d343204ede02d424c75fce04845 (diff) | |
download | ports-430ad6db279aac86850094feb0ef0c6f20b9fa06.tar.gz ports-430ad6db279aac86850094feb0ef0c6f20b9fa06.zip |
Notes
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index 3f728f51a0ce..2350c3b4b486 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -23,11 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= kcd.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 800000 BROKEN= Attempts to allocate all of memory during configure -.endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin @@ -47,4 +43,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |