svn commit: r512879 - head/games/ags

Tobias Kortkamp tobik at FreeBSD.org
Thu Sep 26 04:20:49 UTC 2019


Author: tobik
Date: Thu Sep 26 04:20:48 2019
New Revision: 512879
URL: https://svnweb.freebsd.org/changeset/ports/512879

Log:
  games/ags: Add USES=xorg

Modified:
  head/games/ags/Makefile

Modified: head/games/ags/Makefile
==============================================================================
--- head/games/ags/Makefile	Thu Sep 26 04:17:04 2019	(r512878)
+++ head/games/ags/Makefile	Thu Sep 26 04:20:48 2019	(r512879)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	liballeg.so:devel/allegro \
 		libvorbis.so:audio/libvorbis \
 		libfreetype.so:print/freetype2
 
-USES=		compiler:c++11-lang gmake localbase pkgconfig tar:xz
+USES=		compiler:c++11-lang gmake localbase pkgconfig tar:xz xorg
 USE_XORG=	x11
 
 MAKE_ARGS=	V=1


More information about the svn-ports-all mailing list