svn commit: r516184 - head/print/pdf-tools

Joseph Mingrone jrm at FreeBSD.org
Thu Oct 31 18:01:32 UTC 2019


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


More information about the svn-ports-head mailing list