diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 3 | ||||
-rw-r--r-- | textproc/groff/Makefile | 3 | ||||
-rw-r--r-- | textproc/latex2html/Makefile | 3 | ||||
-rw-r--r-- | textproc/pdftohtml/Makefile | 3 | ||||
-rw-r--r-- | textproc/prosper/Makefile | 2 | ||||
-rw-r--r-- | textproc/sowing/Makefile | 3 | ||||
-rw-r--r-- | textproc/tth/Makefile | 3 |
7 files changed, 7 insertions, 13 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 4eeed14f9299..cbf886395252 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -28,9 +28,8 @@ RUN_DEPENDS= links:${PORTSDIR}/www/links1 \ p5-XML-Parser>=2.41:${PORTSDIR}/textproc/p5-XML-Parser \ zip:${PORTSDIR}/archivers/zip -USES= perl5 +USES= ghostscript:run perl5 USE_PERL5= run -USE_GHOSTSCRIPT_RUN= yes DEPENDS_ARGS+= BATCH=yes NO_BUILD= yes diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index aeb5ca3248dd..ed086f755237 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GHOSTSCRIPT=yes -USES= cpe gmake perl5 shebangfix +USES= cpe ghostscript gmake perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk CONFIGURE_ENV+= PERLPATH=${perl_CMD} # shebangfix diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 65d83e1843ff..47e462995dc0 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -15,8 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= ja-latex2html-[0-9]* -USES= perl5 -USE_GHOSTSCRIPT=yes +USES= ghostscript perl5 USE_TEX= latex dvipsk texhash GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-perl=${PERL} \ diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 3ad747eb55c2..4c988cf19e94 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tool for converting pdf-files into html -USES= gmake -USE_GHOSTSCRIPT_RUN= yes +USES= ghostscript gmake PLIST_FILES= bin/pdf-to-html diff --git a/textproc/prosper/Makefile b/textproc/prosper/Makefile index c83b398294ec..a07ba5fb1280 100644 --- a/textproc/prosper/Makefile +++ b/textproc/prosper/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX class for writing transparencies NO_BUILD= yes -USE_GHOSTSCRIPT_RUN= yes +USES= ghostscript:run USE_TEX= latex MKTEXLSR= ${LOCALBASE}/bin/mktexlsr diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index d74748ba2940..b303acf9efb3 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -12,8 +12,7 @@ COMMENT= Text processing tools to generate documentation from source files BUILD_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm -USES= gmake perl5 -USE_GHOSTSCRIPT=yes +USES= ghostscript gmake perl5 USE_TEX= latex dvipsk GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${DATADIR} diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 170ded594b07..9c358abdd13f 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -14,8 +14,7 @@ COMMENT= TeX to HTML translator RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm -USES= shebangfix tar:tgz -USE_GHOSTSCRIPT_RUN= yes +USES= ghostscript:run shebangfix tar:tgz #USE_TEX= latex SHEBANG_FILES= Xfonts.fix |