diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-01 09:33:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-01 09:33:22 +0000 |
commit | ff93f69eef4ced3cef81897467836d1c2cd07ae7 (patch) | |
tree | 26626c1f2fcbbf22048913d8099bd2bc220f0435 | |
parent | b037187b73b1eca87fbeb42fa898a2d64bec68ad (diff) |
- Unbreak under HEAD
PR: 115097
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Notes
Notes:
svn path=/head/; revision=196882
-rw-r--r-- | misc/kcd-devel/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile index 5eacac23022b..4343c568fa8f 100644 --- a/misc/kcd-devel/Makefile +++ b/misc/kcd-devel/Makefile @@ -24,12 +24,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= kcd.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700013 -IGNORE= allocates an infinite amount of memory in configure script -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin @@ -48,4 +42,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |