From b2f7298fa65c543143242cfab28546c3b11501b2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 17 Feb 2004 10:43:25 +0000 Subject: BROKEN on 5.x: does not compile --- math/grace/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'math/grace') 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 + +.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 +.include -- cgit v1.2.3