diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 16:20:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 16:20:55 +0000 |
commit | 61314239edb0e93f04bf77a7bcf76d022647d3d0 (patch) | |
tree | 96ae00671fb81323fb34e1e673fee1097cac9442 /print | |
parent | 759d7ba80cf07f4e1a6c288527f6d16d556b228a (diff) |
Fix INDEX
Notes
Notes:
svn path=/head/; revision=486469
Diffstat (limited to 'print')
-rw-r--r-- | print/kpdftool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/kpdftool/Makefile b/print/kpdftool/Makefile index 4894ee75c446..325fdc3485de 100644 --- a/print/kpdftool/Makefile +++ b/print/kpdftool/Makefile @@ -14,7 +14,7 @@ COMMENT= Simple utility to manipulate PS and PDF files DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 -RUN_DEPENDS= convert:graphics/ImageMagick +RUN_DEPENDS= convert:graphics/ImageMagick6 USE_QT= qt3support moc_build porting_build uic3_build USES= ghostscript:run qmake qt:4 zip |