diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 16:50:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 16:50:17 +0800 |
commit | 743b9f9ed4d5487e8515d041bd6f6f1d3d1be040 (patch) | |
tree | a6dd001d610199806e5710abf1b73140476f9b4c /cad/gmsh | |
parent | df14198737e15b49b4dfd3637946ecc0c8f2777e (diff) | |
download | freebsd-ports-gnome-743b9f9ed4d5487e8515d041bd6f6f1d3d1be040.tar.gz freebsd-ports-gnome-743b9f9ed4d5487e8515d041bd6f6f1d3d1be040.tar.zst freebsd-ports-gnome-743b9f9ed4d5487e8515d041bd6f6f1d3d1be040.zip |
Revert previous change and just mark this broken on the cluster. The
change did not solve the problem.
Diffstat (limited to 'cad/gmsh')
-rw-r--r-- | cad/gmsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 2b9c14ca7082..24215a192586 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -19,7 +19,9 @@ RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \ fltk.1:${PORTSDIR}/x11-toolkits/fltk -USE_ZIP= yes +.if defined(BATCH) +IGNORE= fails to build on the cluster +.endif .if !defined(WITHOUT_TRIANGLE) NO_CDROM= Triangle must not be sold for profit |