Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 19:36:50 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517004 - in head: devel/t1lib x11-toolkits/pango
Message-ID:  <201911071936.xA7JaoZR028621@repo.freebsd.org>

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



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