diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 20:18:41 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 20:18:41 +0000 |
commit | 62d6dff9dc75a7e4a4d2c70948842998de510dd8 (patch) | |
tree | 23d939c0c731fa21fcc19c4746b36d9ec533792b /cad | |
parent | 09538e17bf9b74bbdfd46ab20c816856b69bdd5c (diff) | |
download | ports-62d6dff9dc75a7e4a4d2c70948842998de510dd8.tar.gz ports-62d6dff9dc75a7e4a4d2c70948842998de510dd8.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gmsh/Makefile | 7 |
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 |