svn commit: r432720 - head/graphics/diffpdf

Dirk Meyer dinoex at FreeBSD.org
Sun Jan 29 11:35:41 UTC 2017


Author: dinoex
Date: Sun Jan 29 11:35:40 2017
New Revision: 432720
URL: https://svnweb.freebsd.org/changeset/ports/432720

Log:
  - make portlint happier

Modified:
  head/graphics/diffpdf/Makefile

Modified: head/graphics/diffpdf/Makefile
==============================================================================
--- head/graphics/diffpdf/Makefile	Sun Jan 29 11:28:03 2017	(r432719)
+++ head/graphics/diffpdf/Makefile	Sun Jan 29 11:35:40 2017	(r432720)
@@ -8,10 +8,10 @@ MASTER_SITES=	http://www.qtrac.eu/
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	Compare two PDF files-textually or visually
 
-LIB_DEPENDS=	libpoppler-qt4.so:graphics/poppler-qt4
-
 LICENSE=	GPLv2+
 
+LIB_DEPENDS=	libpoppler-qt4.so:graphics/poppler-qt4
+
 USES=		qmake
 USE_QT4=	qmake_build moc_build rcc_build uic_build linguist_build
 


More information about the svn-ports-all mailing list