diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-23 15:58:25 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-23 15:58:25 +0000 |
commit | 2e068ee3f1f0cba73cd2069c5b594e0847a0832a (patch) | |
tree | 184c904cc2cf14468b9d5ef0a7aada1600c51470 /textproc/docproj | |
parent | 88e16bb862d3dd05a8344f920b08e5272e758527 (diff) |
Remove unnecessary message about AFPL Ghostscript.
PR: ports/115173
Notes
Notes:
svn path=/head/; revision=199992
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index dd0333d9b200..309f764e693b 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -88,10 +88,6 @@ DEPENDS_ARGS+= WITHOUT_X11=${WITHOUT_X11} message-jadetex: @${CAT} ${FILESDIR}/JADETEX @${FALSE} -message-gs: - @${ECHO_MSG} "NOTICE: Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO_MSG} " AFPL Postscript interpreter instead of GNU one." - @${ECHO_MSG} "" # generate MINIMALDOCPORTS for src/release/Makefile.inc.docports. # (XXX: incomplete yet) @@ -102,9 +98,6 @@ minimaldocports: .if empty(WITH_JADETEX) && !make(deinstall) pre-everything:: message-jadetex .endif -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes -pre-everything:: message-gs -.endif do-install: # empty |