svn commit: r486469 - head/print/kpdftool

Antoine Brodin antoine at FreeBSD.org
Sun Dec 2 16:20:56 UTC 2018


Author: antoine
Date: Sun Dec  2 16:20:55 2018
New Revision: 486469
URL: https://svnweb.freebsd.org/changeset/ports/486469

Log:
  Fix INDEX

Modified:
  head/print/kpdftool/Makefile

Modified: head/print/kpdftool/Makefile
==============================================================================
--- head/print/kpdftool/Makefile	Sun Dec  2 16:10:33 2018	(r486468)
+++ head/print/kpdftool/Makefile	Sun Dec  2 16:20:55 2018	(r486469)
@@ -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


More information about the svn-ports-all mailing list