diff options
author | rafan <rafan@FreeBSD.org> | 2007-09-24 16:43:49 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-09-24 16:43:49 +0800 |
commit | 9397fc74cb812746e09945b0570a56c48bdb10a3 (patch) | |
tree | b7f523bbb8b4184ee0987913e2f19eeab8404ff6 /textproc/latex2html | |
parent | 47fdf09cb38d6c92e96a09df04c9470aea4fbe47 (diff) | |
download | freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.gz freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.tar.zst freebsd-ports-gnome-9397fc74cb812746e09945b0570a56c48bdb10a3.zip |
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav)
Diffstat (limited to 'textproc/latex2html')
-rw-r--r-- | textproc/latex2html/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 142360d7a233..9ce808815e7f 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -41,14 +41,6 @@ PORTDOCS= FAQ INSTALL LICENSE README .include <bsd.port.pre.mk> -pre-everything:: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${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: ${INSTALL_MAN} ${FILESDIR}/latex2html.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) |