aboutsummaryrefslogtreecommitdiff
path: root/lang/maude/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-16 20:25:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-16 20:25:01 +0000
commit4cb91c64189577f3b9539f4bb28bb8ccfa099226 (patch)
tree2ec1ec66d259b615b3e0e6fd606797f49ac2e0bf /lang/maude/Makefile
parent9183fe09f983a863bd4459f76aff45a5a9a9bc1e (diff)
Notes
Diffstat (limited to 'lang/maude/Makefile')
-rw-r--r--lang/maude/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile
index fa1d8510cd05..241f35d9cf9d 100644
--- a/lang/maude/Makefile
+++ b/lang/maude/Makefile
@@ -27,4 +27,10 @@ post-patch:
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \
${WRKSRC}/src/Mixfix/main.cc
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= does not compile on 4.X or 5.X
+.endif
+
+.include <bsd.port.post.mk>