svn commit: r513783 - head/graphics/xpdf3

Cy Schubert cy at FreeBSD.org
Fri Oct 4 22:12:33 UTC 2019


Author: cy
Date: Fri Oct  4 22:12:33 2019
New Revision: 513783
URL: https://svnweb.freebsd.org/changeset/ports/513783

Log:
  Pacify stage-qa in DEVELOPER mode.
  
  MFH:	2019Q4

Modified:
  head/graphics/xpdf3/Makefile   (contents, props changed)

Modified: head/graphics/xpdf3/Makefile
==============================================================================
--- head/graphics/xpdf3/Makefile	Fri Oct  4 21:25:09 2019	(r513782)
+++ head/graphics/xpdf3/Makefile	Fri Oct  4 22:12:33 2019	(r513783)
@@ -24,7 +24,9 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		gmake cpe localbase
+USES=		gmake cpe localbase xorg
+USE_XORG=	ice sm x11 xext xt
+
 CPE_VENDOR=	foolabs
 CONFIGURE_ARGS=	--enable-opi \
 		--with-freetype2-library="${LOCALBASE}/lib" \


More information about the svn-ports-head mailing list