aboutsummaryrefslogtreecommitdiff
path: root/cad/gmsh/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-04-10 02:56:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-04-10 02:56:23 +0000
commit82af09a9d72545bcc967b9b223d66c1e8a648424 (patch)
tree808d4f2d265e129b62a9393c7f5a54833a2369aa /cad/gmsh/Makefile
parent900e127d62bb142d40314cb8f0247af53c3a44f2 (diff)
downloadports-82af09a9d72545bcc967b9b223d66c1e8a648424.tar.gz
ports-82af09a9d72545bcc967b9b223d66c1e8a648424.zip
Fix a cut-and-paste error in the pre-everything target.
Notes
Notes: svn path=/head/; revision=189622
Diffstat (limited to 'cad/gmsh/Makefile')
-rw-r--r--cad/gmsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile
index 89923283af73..c10c7f70749b 100644
--- a/cad/gmsh/Makefile
+++ b/cad/gmsh/Makefile
@@ -97,7 +97,7 @@ pre-everything::
@${ECHO_MSG} "Define WITHOUT_MED to disable MED support."
@${ECHO_MSG} ""
.endif
-.if !defined(WITHOUT_MED)
+.if !defined(WITHOUT_HDF5)
@${ECHO_MSG} "Define WITHOUT_HDF5 to disable HDF5 support."
@${ECHO_MSG} ""
.endif