Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 11:31:22 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329289 - head/games/netpanzer
Message-ID:  <201310041131.r94BVMbE092892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Oct  4 11:31:21 2013
New Revision: 329289
URL: http://svnweb.freebsd.org/changeset/ports/329289

Log:
  - Convert to scons USES

Modified:
  head/games/netpanzer/Makefile

Modified: head/games/netpanzer/Makefile
==============================================================================
--- head/games/netpanzer/Makefile	Fri Oct  4 11:28:29 2013	(r329288)
+++ head/games/netpanzer/Makefile	Fri Oct  4 11:31:21 2013	(r329289)
@@ -15,10 +15,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LDFLAGS+=	${PTHREAD_LIBS}
 CFLAGS+=	${PTHREAD_CFLAGS}
 
+USES=		scons
 USE_BZIP2=	yes
 USE_SDL=	sdl mixer image
 USE_GNOME=	libxml2
-USE_SCONS=	yes
 SCONS_ARGS+=	datadir="${DATADIR}"
 SCONS_BUILDENV=	${SCONS_ENV}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041131.r94BVMbE092892>