svn commit: r325929 - in head/games: openttd ufoai

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 22:55:06 UTC 2013


Author: bapt
Date: Sun Sep  1 22:55:05 2013
New Revision: 325929
URL: http://svnweb.freebsd.org/changeset/ports/325929

Log:
  Eradiracte USE_GNOME=pkgconfig from games
  While here:
  Convert USE_GMAKE to USES=gmake

Modified:
  head/games/openttd/Makefile
  head/games/ufoai/Makefile

Modified: head/games/openttd/Makefile
==============================================================================
--- head/games/openttd/Makefile	Sun Sep  1 22:50:06 2013	(r325928)
+++ head/games/openttd/Makefile	Sun Sep  1 22:55:05 2013	(r325929)
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+=	--with-midi-arg="${WITH
 .endif
 
 .if defined(WITH_DEDICATED_SERVER_ONLY)
-USE_GNOME=	pkgconfig			# Needed for liblzma support
+USES+=		pkgconfig			# Needed for liblzma support
 CONFIGURE_ARGS+=	--enable-dedicated
 # Aid it to find lzo2 headers; client build gets it via sdl-config
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/ufoai/Makefile
==============================================================================
--- head/games/ufoai/Makefile	Sun Sep  1 22:50:06 2013	(r325928)
+++ head/games/ufoai/Makefile	Sun Sep  1 22:55:05 2013	(r325929)
@@ -1,4 +1,4 @@
-# Created by:	Alonso Cardenas Marquez <acm at FreeBSD.org>
+# Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	ufoai
@@ -25,9 +25,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/${PORTNA
 USE_BZIP2=	yes
 USE_GL=		yes
 USE_SDL=	sdl image mixer ttf
-USES=		gettext
-USE_GMAKE=	yes
-USE_GNOME=	pkgconfig
+USES=		gettext gmake pkgconfig
 USE_OPENAL=	soft
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--enable-release


More information about the svn-ports-all mailing list