svn commit: r404372 - head/games/wargus

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 24 15:11:51 UTC 2015


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
 


More information about the svn-ports-all mailing list