diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 21:28:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-21 21:28:56 +0000 |
commit | ea40e726702118ee39fce59a8d72e8f906754e14 (patch) | |
tree | 14d9223eb24cc4bd09e37606b86b3bca1a83b46b /math | |
parent | 3c088f1b9af4965790f8f782c45e3280bc5bb68d (diff) | |
download | ports-ea40e726702118ee39fce59a8d72e8f906754e14.tar.gz ports-ea40e726702118ee39fce59a8d72e8f906754e14.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index b8497b0cc4f5..c969e2392ae0 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -47,12 +47,6 @@ 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 @@ -63,4 +57,4 @@ post-install: fi .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |