Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 15:33:00 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519083 - head/graphics/urho3d
Message-ID:  <201912051533.xB5FX0QM055845@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Dec  5 15:33:00 2019
New Revision: 519083
URL: https://svnweb.freebsd.org/changeset/ports/519083

Log:
  graphics/urho3d: Add missing USES=xorg

Modified:
  head/graphics/urho3d/Makefile

Modified: head/graphics/urho3d/Makefile
==============================================================================
--- head/graphics/urho3d/Makefile	Thu Dec  5 14:46:51 2019	(r519082)
+++ head/graphics/urho3d/Makefile	Thu Dec  5 15:33:00 2019	(r519083)
@@ -10,7 +10,7 @@ COMMENT=	Cross-platform 2D and 3D game engine
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:noninja,insource dos2unix gl
+USES=		cmake:noninja,insource dos2unix gl xorg
 USE_GITHUB=	yes
 USE_XORG=	x11 xext
 USE_GL=		gl



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