aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-17 09:42:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-17 09:42:50 +0000
commitabe529013af250349b1083bdd7ebd93ae273a7fa (patch)
tree60c65e280fb1112ad41df73bdea05d113d29734e /misc
parentcb28f35df97aed5dc41a8c02f35bbb6567e149f3 (diff)
downloadports-abe529013af250349b1083bdd7ebd93ae273a7fa.tar.gz
ports-abe529013af250349b1083bdd7ebd93ae273a7fa.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/cheatah/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile
index dbf911754e5e..850b5b7d39d8 100644
--- a/misc/cheatah/Makefile
+++ b/misc/cheatah/Makefile
@@ -27,10 +27,16 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/apps/X11/cheatah
.include "${.CURDIR}/../sword/Makefile.common"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-patch:
@${CHMOD} a+x ${WRKSRC}/configure
post-install:
@${STRIP_CMD} ${PREFIX}/bin/cheatah
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>