diff options
Diffstat (limited to 'cad/gmsh')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 3ccee45cf2d0..2cca00d692b7 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .ifndef USE_TRIANGLE pre-everything:: - @${ECHO} "You can make with USE_TRIANGLE for faster 2d meshing" + @${ECHO_MSG} "You can make with USE_TRIANGLE for faster 2d meshing" .else NO_CDROM= "Triangle must not be sold for profit" post-extract: |