diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-01 17:33:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-01 17:33:22 +0800 |
commit | fcb7f238aff003c36fcde7561f1bbcb3a2e1a41d (patch) | |
tree | ddf56115fc9d2e0a28c56d4bb437a2a65a8add44 /misc | |
parent | 496bd412fa2df97e7f09e01e9ef7f0d2450084ed (diff) | |
download | freebsd-ports-gnome-fcb7f238aff003c36fcde7561f1bbcb3a2e1a41d.tar.gz freebsd-ports-gnome-fcb7f238aff003c36fcde7561f1bbcb3a2e1a41d.tar.zst freebsd-ports-gnome-fcb7f238aff003c36fcde7561f1bbcb3a2e1a41d.zip |
- Unbreak under HEAD
PR: 115097
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'misc')
-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> |