aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-08-01 17:33:22 +0800
committermiwi <miwi@FreeBSD.org>2007-08-01 17:33:22 +0800
commitfcb7f238aff003c36fcde7561f1bbcb3a2e1a41d (patch)
treeddf56115fc9d2e0a28c56d4bb437a2a65a8add44 /misc
parent496bd412fa2df97e7f09e01e9ef7f0d2450084ed (diff)
downloadfreebsd-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/Makefile8
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>