Date: Sun, 1 Sep 2013 22:55:05 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325929 - in head/games: openttd ufoai Message-ID: <201309012255.r81Mt5x9050322@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# Created by: Alonso Cardenas Marquez <acm@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012255.r81Mt5x9050322>