diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
commit | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (patch) | |
tree | 26218ca7c2e5a91466052ac00adec88000802e4f /cad/gmsh/Makefile | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) | |
download | ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip |
Notes
Diffstat (limited to 'cad/gmsh/Makefile')
-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: |