diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-24 08:43:49 +0000 |
commit | 9716a77feab1f1403700627bd721c2f1e0b26d9d (patch) | |
tree | 25148fc53b5a656a27c502b05019a19d22d4c9fe /mbone | |
parent | - update to 1.7 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=200037
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/wb/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mbone/wb/Makefile b/mbone/wb/Makefile index a1b4cf4ee682..46cbb8617058 100644 --- a/mbone/wb/Makefile +++ b/mbone/wb/Makefile @@ -23,14 +23,6 @@ STRIP= # ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. USE_GHOSTSCRIPT_RUN= yes -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}/wb ${PREFIX}/bin .if !defined(NOPORTDOCS) |