diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-10-30 18:08:16 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-12-11 13:50:53 +0000 |
commit | 45526ecbeec33dbb87f0b678d4c04988aab9b657 (patch) | |
tree | b77614b463af0ed929512fcc838ff5cb20c96275 /textproc | |
parent | a148ebec4e0afe980f949de0dea5ef4931cb7e86 (diff) | |
download | ports-45526ecbeec33dbb87f0b678d4c04988aab9b657.tar.gz ports-45526ecbeec33dbb87f0b678d4c04988aab9b657.zip |
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook2odf/Makefile | 5 | ||||
-rw-r--r-- | textproc/eqe/Makefile | 5 | ||||
-rw-r--r-- | textproc/pdfsandwich/Makefile | 5 | ||||
-rw-r--r-- | textproc/qr/Makefile | 3 |
4 files changed, 7 insertions, 11 deletions
diff --git a/textproc/docbook2odf/Makefile b/textproc/docbook2odf/Makefile index 8e12021a76ce..639071d7d89e 100644 --- a/textproc/docbook2odf/Makefile +++ b/textproc/docbook2odf/Makefile @@ -13,11 +13,10 @@ LICENSE= GPLv2 LIB_DEPENDS= libsablot.so:textproc/sablotron \ libxslt.so:textproc/libxslt -RUN_DEPENDS= convert:graphics/ImageMagick6 \ - zip:archivers/zip \ +RUN_DEPENDS= zip:archivers/zip \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip -USES= desktop-file-utils perl5 shebangfix +USES= desktop-file-utils magick:6,run perl5 shebangfix SHEBANG_FILES= utils/maketests utils/${PORTNAME} USE_PERL5= run NO_BUILD= yes diff --git a/textproc/eqe/Makefile b/textproc/eqe/Makefile index c9c49a6b6e60..09fbcdd4c749 100644 --- a/textproc/eqe/Makefile +++ b/textproc/eqe/Makefile @@ -14,10 +14,9 @@ LICENSE_FILE= ${WRKSRC}/GPL.txt BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-File-Slurp>=0:devel/p5-File-Slurp \ - p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ - Magick++-config:graphics/ImageMagick6 + p5-Template-Toolkit>=0:www/p5-Template-Toolkit -USES= perl5 shebangfix tar:bzip2 +USES= magick:6,build perl5 shebangfix tar:bzip2 SHEBANG_FILES= src/eqe src/eqedit USE_TEX= tex NO_ARCH= yes diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 1119e0294214..64df3824e550 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -11,12 +11,11 @@ LICENSE= GPLv2 BUILD_DEPENDS= gawk:lang/gawk \ ocamlopt:lang/ocaml -RUN_DEPENDS= convert:graphics/ImageMagick6 \ - pdfunite:graphics/poppler-utils \ +RUN_DEPENDS= pdfunite:graphics/poppler-utils \ tesseract:graphics/tesseract \ unpaper:graphics/unpaper -USES= gmake ghostscript:run tar:bz2 +USES= gmake ghostscript:run magick:6,run tar:bz2 GNU_CONFIGURE= yes PLIST_FILES= bin/pdfsandwich \ diff --git a/textproc/qr/Makefile b/textproc/qr/Makefile index 90f10314f1e2..552dcb628dad 100644 --- a/textproc/qr/Makefile +++ b/textproc/qr/Makefile @@ -11,10 +11,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libqrencode.so:graphics/libqrencode TEST_DEPENDS= ${LOCALBASE}/share/fonts/freefont-ttf/FreeMono.ttf:x11-fonts/freefont-ttf \ autom4te:devel/autoconf \ - convert:graphics/ImageMagick6 \ zbarimg:graphics/zbar -USES= gmake +USES= gmake magick:6,test USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= Y2Z |