diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 10:43:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 10:43:25 +0000 |
commit | b2f7298fa65c543143242cfab28546c3b11501b2 (patch) | |
tree | 132ddd304420fa3a98b01447c09b17d0afc0de99 /math/grace | |
parent | BROKEN: Does not fetch (diff) |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=101178
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 8 |
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> |