From owner-svn-ports-all@FreeBSD.ORG Sat Sep 21 05:39:30 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 451523BC; Sat, 21 Sep 2013 05:39:30 +0000 (UTC) (envelope-from az@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 3380C28E9; Sat, 21 Sep 2013 05:39:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8L5dUJ7073584; Sat, 21 Sep 2013 05:39:30 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8L5dULX073583; Sat, 21 Sep 2013 05:39:30 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201309210539.r8L5dULX073583@svn.freebsd.org> From: Andrej Zverev Date: Sat, 21 Sep 2013 05:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327789 - head/games/openttd 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: Sat, 21 Sep 2013 05:39:30 -0000 Author: az Date: Sat Sep 21 05:39:29 2013 New Revision: 327789 URL: http://svnweb.freebsd.org/changeset/ports/327789 Log: - restore build, pkgconfig explicitly needed now in global context Approved by: danfe@ (maintainer, via email) Modified: head/games/openttd/Makefile Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Sat Sep 21 02:58:29 2013 (r327788) +++ head/games/openttd/Makefile Sat Sep 21 05:39:29 2013 (r327789) @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ lzo2:${PORTSDIR}/archivers/lzo2 -USES= gmake +USES= gmake pkgconfig USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" @@ -47,7 +47,6 @@ CONFIGURE_ARGS+= --with-midi-arg="${WITH .endif .if defined(WITH_DEDICATED_SERVER_ONLY) -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