diff options
author | hrs <hrs@FreeBSD.org> | 2007-09-23 15:58:25 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-09-23 15:58:25 +0000 |
commit | 345594cccd8fe475722a75501391f61fe168bd10 (patch) | |
tree | 7ece3f8d662ec70e6f6d83ffcb07d0cf0d22b3c4 | |
parent | 6416c271129f83f7c6aef9987dc97d68289d2d9b (diff) | |
download | FreeBSD-ports-345594cccd8fe475722a75501391f61fe168bd10.zip FreeBSD-ports-345594cccd8fe475722a75501391f61fe168bd10.tar.gz |
Remove unnecessary message about AFPL Ghostscript.
PR: ports/115173
-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 dd0333d..309f764 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 |