diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 18:43:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 18:43:25 +0800 |
commit | fa5dc7b9a8ce69c80fd7b9c55720bb534239a46c (patch) | |
tree | cf5d493ddea3859a6fe1502d046c6544e45d6de9 /math/grace/Makefile | |
parent | f9d6fd510d56bf36df418f6fd5d988724dfcfb51 (diff) | |
download | freebsd-ports-gnome-fa5dc7b9a8ce69c80fd7b9c55720bb534239a46c.tar.gz freebsd-ports-gnome-fa5dc7b9a8ce69c80fd7b9c55720bb534239a46c.tar.zst freebsd-ports-gnome-fa5dc7b9a8ce69c80fd7b9c55720bb534239a46c.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'math/grace/Makefile')
-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> |