svn commit: r519083 - head/graphics/urho3d

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 5 15:33:01 UTC 2019


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


More information about the svn-ports-all mailing list