diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 16:30:09 +0000 |
commit | b7eeb1b30d83e557cf2a24b7952efbea026c2779 (patch) | |
tree | 1b6cdba0063a7653636c9b822f9b7e586ca8a359 /textproc | |
parent | 77e590c67f5a83837d71c343ff30bbc332704534 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/prosper/Makefile | 8 | ||||
-rw-r--r-- | textproc/tth/Makefile | 9 |
2 files changed, 3 insertions, 14 deletions
diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile index 88d62e88a5f7..655df9a9d994 100644 --- a/textproc/prosper/Makefile +++ b/textproc/prosper/Makefile @@ -17,15 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= thierry@pompo.net COMMENT= Prosper is a LaTeX class for writing transparencies -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif - BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ - ps2pdf:${PORTSDIR}/${GSPORT} + ps2pdf:${PORTSDIR}/${GHOSTSCRIPT_PORT} NO_BUILD= yes diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index c19dc4f9f13a..491c35e189dc 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -17,14 +17,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A TeX to HTML translator -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -GSPORT?= print/ghostscript-afpl -.else -GSPORT?= print/ghostscript-gnu -.endif +USE_GHOSTSCRIPT_RUN= yes -RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT} \ - latex:${PORTSDIR}/print/teTeX \ +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm MAN1= tth.1 |