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 /graphics | |
parent | 6c89c943f9744fb5d7e21f2423823f20d08fc862 (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 'graphics')
-rw-r--r-- | graphics/epstool/Makefile | 8 | ||||
-rw-r--r-- | graphics/ipe/Makefile | 8 | ||||
-rw-r--r-- | graphics/ocaml-images/Makefile | 8 | ||||
-rw-r--r-- | graphics/pstoedit/Makefile | 8 | ||||
-rw-r--r-- | graphics/pstoepsi/Makefile | 8 | ||||
-rw-r--r-- | graphics/py-chart/Makefile | 8 |
6 files changed, 0 insertions, 48 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 84c3a477fada..a1cd17d6a2dc 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -33,14 +33,6 @@ PLIST_FILES= bin/epstool PORTDOCS= epstool.htm gsview.css .endif -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 - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/epstool ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/epstool.1 ${MANPREFIX}/man/man1 diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 6fab63f8a822..1f58cad010f8 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -35,14 +35,6 @@ MAN1= figtoipe.1 ipe.1 ipe5toxml.1 ipetoipe.1 ipetopng.1 QTDIR?= ${QT_PREFIX} QMAKE?= ${LOCALBASE}/bin/qmake -pre-fetch: -.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 - .if !defined(WITH_TEXMF_PREFIX) @${ECHO} "" @${ECHO} " Define WITH_TEXMF_PREFIX=somewhere" diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 5ff80d49ba6b..e5bed1fbd218 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -51,14 +51,6 @@ DOCSDIR= ${PREFIX}/share/doc/ocaml-images PORTDOCS= Announce Announce-2.2 CHANGES INSTALL LICENSE doc .endif -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: .if !defined(NOPORTDOCS) @${ECHO_MSG} -n ">> Installing documentation..." diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index c456e0524cdf..58b560ca886c 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -78,14 +78,6 @@ LIB_DEPENDS+= plotter.4:${PORTSDIR}/graphics/plotutils PLIST_SUB+= PLOTUTILS="" .endif -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-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \ s|GCC_OK=no|GCC_OK=yes|g ; \ diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile index e2e259b3a2d5..5ce1377a54fd 100644 --- a/graphics/pstoepsi/Makefile +++ b/graphics/pstoepsi/Makefile @@ -24,14 +24,6 @@ NO_WRKSUBDIR= yes .SILENT: -pre-fetch: -.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 - pre-patch: ${CP} ${DISTDIR}/${DIST_SUBDIR}/pstoepsi ${WRKDIR}/pstoepsi.prefix ${CP} ${DISTDIR}/${DIST_SUBDIR}/README.this-site ${WRKDIR} diff --git a/graphics/py-chart/Makefile b/graphics/py-chart/Makefile index a14d49ee6288..4c574301ecbe 100644 --- a/graphics/py-chart/Makefile +++ b/graphics/py-chart/Makefile @@ -23,12 +23,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PyChart -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 - .include <bsd.port.mk> |