aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/grace/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile
index 85fad28b4430..0c6f7dfddbce 100644
--- a/math/grace/Makefile
+++ b/math/grace/Makefile
@@ -47,6 +47,12 @@ CONFIGURE_ARGS= -prefix=${X11BASE} \
ALL_TARGET=
INSTALL_TARGET= install links
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+BROKEN= "Does not compile"
+.endif
+
post-patch:
${REINPLACE_CMD} -e "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure
@@ -57,4 +63,4 @@ post-install:
fi
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>