From a7bec054bd71fc2fc89d0d9af38951fc6dcdeaab Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sat, 27 Sep 2003 00:02:57 +0000 Subject: Update port: cad/xcircuit - ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56770 Submitted by: KATO Tsuguru --- cad/xcircuit/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'cad') diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 5b9b110726a9..f601dc5bbd45 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -60,24 +60,24 @@ PLIST_SUB+= PYTHON="@comment " NOPYTHON="" TCLTK="@comment " NOTCLTK="" .endif .endif -pre-fetch: +pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" + @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one" + @${ECHO_MSG} "" .endif .if !defined(WITH_TCLTK) - @${ECHO} "" - @${ECHO} " Define WITH_TCLTK for Tcl/Tk support" - @${ECHO} " (prevents python support)" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " Define WITH_TCLTK for Tcl/Tk support" + @${ECHO_MSG} " (prevents python support)" + @${ECHO_MSG} "" .endif .if !defined(WITH_PYTHON) - @${ECHO} "" - @${ECHO} " Or define WITH_PYTHON for Python support" - @${ECHO} " (only available without WITH_TCLTK defined)" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} " Or define WITH_PYTHON for Python support" + @${ECHO_MSG} " (only available without WITH_TCLTK defined)" + @${ECHO_MSG} "" .endif post-patch: -- cgit v1.2.3