From owner-svn-ports-all@FreeBSD.ORG Sun Sep 1 22:55:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E627D135; Sun, 1 Sep 2013 22:55:05 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D203F2A7A; Sun, 1 Sep 2013 22:55:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81Mt5ll050324; Sun, 1 Sep 2013 22:55:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81Mt5x9050322; Sun, 1 Sep 2013 22:55:05 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012255.r81Mt5x9050322@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325929 - in head/games: openttd ufoai X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 22:55:06 -0000 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 +# Created by: Alonso Cardenas Marquez # $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