aboutsummaryrefslogtreecommitdiff
path: root/math/grace
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 10:43:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 10:43:25 +0000
commitb2f7298fa65c543143242cfab28546c3b11501b2 (patch)
tree132ddd304420fa3a98b01447c09b17d0afc0de99 /math/grace
parentd3746002080a7fe736d149ea8285a537285d5694 (diff)
downloadports-b2f7298fa65c543143242cfab28546c3b11501b2.tar.gz
ports-b2f7298fa65c543143242cfab28546c3b11501b2.zip
Notes
Diffstat (limited to 'math/grace')
-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>