svn commit: r517004 - in head: devel/t1lib x11-toolkits/pango

Niclas Zeising zeising at FreeBSD.org
Thu Nov 7 19:36:50 UTC 2019


Author: zeising
Date: Thu Nov  7 19:36:49 2019
New Revision: 517004
URL: https://svnweb.freebsd.org/changeset/ports/517004

Log:
  Sprinkle some more USES=xorg

Modified:
  head/devel/t1lib/Makefile
  head/x11-toolkits/pango/Makefile

Modified: head/devel/t1lib/Makefile
==============================================================================
--- head/devel/t1lib/Makefile	Thu Nov  7 18:56:36 2019	(r517003)
+++ head/devel/t1lib/Makefile	Thu Nov  7 19:36:49 2019	(r517004)
@@ -21,6 +21,7 @@ OPTIONS_DEFINE=	X11 DOCS
 OPTIONS_DEFAULT=	X11
 
 OPTIONS_SUB=	yes
+X11_USES=	xorg
 X11_USE=	XORG=ice,sm,x11,xaw,xext,xmu,xpm,xt
 X11_CONFIGURE_WITH=	x
 

Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile	Thu Nov  7 18:56:36 2019	(r517003)
+++ head/x11-toolkits/pango/Makefile	Thu Nov  7 19:36:49 2019	(r517004)
@@ -43,6 +43,7 @@ DOCS_MESON_TRUE=	enable_docs
 DOCS_BUILD_DEPENDS=	gtk-doc>=0:textproc/gtk-doc
 
 X11_MESON_TRUE=	xft
+X11_USES=	xorg
 X11_USE=	XORG=x11,xft,xrender
 
 pre-configure:


More information about the svn-ports-all mailing list