diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:45:43 +0000 |
commit | 34171d18e7d15518b0d4be05014647ae496a03b1 (patch) | |
tree | 7afbcbdab7ade0ede36d8144d66e4d152fce3337 /graphics/pstoedit/Makefile | |
parent | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (diff) | |
download | ports-34171d18e7d15518b0d4be05014647ae496a03b1.tar.gz ports-34171d18e7d15518b0d4be05014647ae496a03b1.zip |
Notes
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 41eaa89e9ac8..5095e3db679d 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -36,12 +36,12 @@ CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ -I${X11BASE}/include LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -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 post-install: |