diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /print/transfig | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) |
Notes
Diffstat (limited to 'print/transfig')
-rw-r--r-- | print/transfig/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 457cfca3f25f..b2a4af1e12a7 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -31,12 +31,12 @@ USE_IMAKE= yes USE_XPM= yes MAN1= fig2dev.1 fig2ps2tex.1 pic2tpic.1 transfig.1 -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 .include <bsd.port.mk> |