svn commit: r493412 - head/graphics/xpdf4

Cy Schubert cy at FreeBSD.org
Wed Feb 20 07:34:33 UTC 2019


Author: cy
Date: Wed Feb 20 07:34:32 2019
New Revision: 493412
URL: https://svnweb.freebsd.org/changeset/ports/493412

Log:
  Add a missing gsfonts dependency.
  
  Reported by:	local poudriere build

Modified:
  head/graphics/xpdf4/Makefile

Modified: head/graphics/xpdf4/Makefile
==============================================================================
--- head/graphics/xpdf4/Makefile	Wed Feb 20 06:59:45 2019	(r493411)
+++ head/graphics/xpdf4/Makefile	Wed Feb 20 07:34:32 2019	(r493412)
@@ -25,6 +25,8 @@ USES=		compiler:c++11-lang cmake localbase:ldflags \
 		desktop-file-utils qt:5
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
+BUILD_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/d050000l.pfb:print/gsfonts
+RUN_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/d050000l.pfb:print/gsfonts
 MANPREFIX=	${PREFIX}/share/xpdf
 SUB_FILES=	xpdf-man.conf
 USE_QT=		buildtools_build concurrent core gui network printsupport \


More information about the svn-ports-all mailing list