Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 18:01:31 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516184 - head/print/pdf-tools
Message-ID:  <201910311801.x9VI1Vmv038032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu Oct 31 18:01:31 2019
New Revision: 516184
URL: https://svnweb.freebsd.org/changeset/ports/516184

Log:
  print/pdf-tools: Include portclippy/portfmt formatting suggestions

Modified:
  head/print/pdf-tools/Makefile   (contents, props changed)

Modified: head/print/pdf-tools/Makefile
==============================================================================
--- head/print/pdf-tools/Makefile	Thu Oct 31 18:01:10 2019	(r516183)
+++ head/print/pdf-tools/Makefile	Thu Oct 31 18:01:31 2019	(r516184)
@@ -17,17 +17,18 @@ BROKEN_powerpc64=	fails to configure: cannot find nece
 
 BUILD_DEPENDS=	cask${EMACS_PKGNAMESUFFIX}>0:devel/cask@${EMACS_FLAVOR} \
 		tablist${EMACS_PKGNAMESUFFIX}>=0.70.4:devel/tablist@${EMACS_FLAVOR}
-LIB_DEPENDS=	libpng.so:graphics/png \
-		libpoppler.so:graphics/poppler \
+LIB_DEPENDS=	libMagickCore-6.so:graphics/ImageMagick6 \
+		libpng.so:graphics/png \
 		libpoppler-glib.so:graphics/poppler-glib \
-		libMagickCore-6.so:graphics/ImageMagick6
+		libpoppler.so:graphics/poppler
 RUN_DEPENDS=	tablist${EMACS_PKGNAMESUFFIX}>=0.70:devel/tablist@${EMACS_FLAVOR}
 
 USES=		autoreconf:build emacs gettext-runtime gmake gnome
-EMACS_FLAVORS_EXCLUDE=	nox devel_nox
 USE_GITHUB=	yes
 GH_ACCOUNT=	politza
 USE_GNOME=	cairo glib20
+
+EMACS_FLAVORS_EXCLUDE=	devel_nox nox
 
 do-build:
 	cd ${WRKSRC}/server && ./autogen.sh && ./configure -q && make



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