Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 15:11:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404372 - head/games/wargus
Message-ID:  <201512241511.tBOFBoGU098049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 24 15:11:50 2015
New Revision: 404372
URL: https://svnweb.freebsd.org/changeset/ports/404372

Log:
  - Fix X11 dependency
  
  Reported by:	ak

Modified:
  head/games/wargus/Makefile

Modified: head/games/wargus/Makefile
==============================================================================
--- head/games/wargus/Makefile	Thu Dec 24 15:05:17 2015	(r404371)
+++ head/games/wargus/Makefile	Thu Dec 24 15:11:50 2015	(r404372)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 USES=		cmake pkgconfig
 CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
 		-DSHAREDIR:STRING="${DATADIR_REL}"
-USE_X11=	x11
+USE_XORG=	x11
 USE_GNOME=	gtk20
 SUB_FILES=	pkg-message
 



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