diff options
author | kris <kris@FreeBSD.org> | 2004-06-21 21:28:56 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-21 21:28:56 +0000 |
commit | ab96b5b8ac6830e30ebfb5d59d8273ea1088655f (patch) | |
tree | a939de16ccef8505ed35975b4704f5b6e19dc04e /math | |
parent | 14d1eea421a42564b8f6285daa105bd4a08c6155 (diff) | |
download | FreeBSD-ports-ab96b5b8ac6830e30ebfb5d59d8273ea1088655f.zip FreeBSD-ports-ab96b5b8ac6830e30ebfb5d59d8273ea1088655f.tar.gz |
Remove BROKEN tag now that the port has been fixed.
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 b8497b0..c969e23 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> |