Date: Sat, 21 Sep 2013 05:39:30 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327789 - head/games/openttd Message-ID: <201309210539.r8L5dULX073583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309210539.r8L5dULX073583>