aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gmsh
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-30 04:18:41 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-30 04:18:41 +0800
commit868add7949a60dad6660536da173ef96f1ac2294 (patch)
treefcdeb6e17557b8675437a70bcf24bf6efac9a1ec /cad/gmsh
parent954aa3711f29e4c0ef6e487407d6da25e3df0c02 (diff)
downloadfreebsd-ports-gnome-868add7949a60dad6660536da173ef96f1ac2294.tar.gz
freebsd-ports-gnome-868add7949a60dad6660536da173ef96f1ac2294.tar.zst
freebsd-ports-gnome-868add7949a60dad6660536da173ef96f1ac2294.zip
Try to fix this the right way on the cluster. It does indeed need to
use zip in the extract phase, but not for its main files. (It inherits this need through math/triangle.)
Diffstat (limited to 'cad/gmsh')
-rw-r--r--cad/gmsh/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 24215a192586..69cd1614e6ab 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -19,13 +19,10 @@ RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp
LIB_DEPENDS= gsl.10:${PORTSDIR}/math/gsl \
fltk.1:${PORTSDIR}/x11-toolkits/fltk
-.if defined(BATCH)
-IGNORE= fails to build on the cluster
-.endif
-
.if !defined(WITHOUT_TRIANGLE)
NO_CDROM= Triangle must not be sold for profit
-EXTRACT_DEPENDS+= ${NONEXISTENT}:${TRIANGLE_PORTDIR}:patch
+EXTRACT_DEPENDS+= ${NONEXISTENT}:${TRIANGLE_PORTDIR}:patch \
+ unzip:${PORTSDIR}/archivers/unzip
TRIANGLE_PORTDIR= ${PORTSDIR}/math/triangle
.endif