diff options
author | hrs <hrs@FreeBSD.org> | 2007-09-23 23:58:25 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-09-23 23:58:25 +0800 |
commit | 345594cccd8fe475722a75501391f61fe168bd10 (patch) | |
tree | 7ece3f8d662ec70e6f6d83ffcb07d0cf0d22b3c4 /textproc | |
parent | 6416c271129f83f7c6aef9987dc97d68289d2d9b (diff) | |
download | freebsd-ports-gnome-345594cccd8fe475722a75501391f61fe168bd10.tar.gz freebsd-ports-gnome-345594cccd8fe475722a75501391f61fe168bd10.tar.zst freebsd-ports-gnome-345594cccd8fe475722a75501391f61fe168bd10.zip |
Remove unnecessary message about AFPL Ghostscript.
PR: ports/115173
Diffstat (limited to 'textproc')
-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 |