diff options
Diffstat (limited to 'print/pstotext/Makefile')
-rw-r--r-- | print/pstotext/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index f4c9fe807e15..f81d022f1f7a 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -21,14 +21,6 @@ USE_GHOSTSCRIPT_RUN= yes MAN1= pstotext.1 PLIST_FILES= bin/pstotext -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} "" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${PREFIX}/man/man1 |