Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 11:35:40 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432720 - head/graphics/diffpdf
Message-ID:  <201701291135.v0TBZejR039514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701291135.v0TBZejR039514>