svn commit: r327789 - head/games/openttd

Andrej Zverev az at FreeBSD.org
Sat Sep 21 05:39:30 UTC 2013


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


More information about the svn-ports-head mailing list