Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 07:34:32 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493412 - head/graphics/xpdf4
Message-ID:  <201902200734.x1K7YW68031105@repo.freebsd.org>

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



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