diff options
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r-- | editors/mlview/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 40c9a35b2bea..585aa89fd5a9 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -41,9 +41,9 @@ CONFIGURE_ARGS+="--enable-dbus=yes" pre-everything:: .if !defined (WITH_DBUS) - ${ECHO_CMD} - ${ECHO_CMD} Re-run with -DWITH_DBUS in order to enable dbus support! - ${ECHO_CMD} + @${ECHO_CMD} + @${ECHO_CMD} Re-run with -DWITH_DBUS in order to enable dbus support! + @${ECHO_CMD} .endif .include <bsd.port.post.mk> |