diff options
author | kris <kris@FreeBSD.org> | 2004-06-22 05:28:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-22 05:28:56 +0800 |
commit | ab96b5b8ac6830e30ebfb5d59d8273ea1088655f (patch) | |
tree | a939de16ccef8505ed35975b4704f5b6e19dc04e /math/grace | |
parent | 14d1eea421a42564b8f6285daa105bd4a08c6155 (diff) | |
download | freebsd-ports-gnome-ab96b5b8ac6830e30ebfb5d59d8273ea1088655f.tar.gz freebsd-ports-gnome-ab96b5b8ac6830e30ebfb5d59d8273ea1088655f.tar.zst freebsd-ports-gnome-ab96b5b8ac6830e30ebfb5d59d8273ea1088655f.zip |
Remove BROKEN tag now that the port has been fixed.
Diffstat (limited to 'math/grace')
-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> |