summaryrefslogtreecommitdiff
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:02:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:02:57 +0000
commita7bec054bd71fc2fc89d0d9af38951fc6dcdeaab (patch)
tree4264fe0dca2506a34c39d008ab6e6fa2b51d9850 /cad/xcircuit
parentUpdate port: audio/rplay (diff)
Update port: cad/xcircuit
- ECHO -> ECHO_MSG - pre-fetch -> pre-everything PR: ports/56770 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89487
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile26
1 files changed, 13 insertions, 13 deletions
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: