Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 18:34:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355557 - head/games/duel
Message-ID:  <201405271834.s4RIY673054578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue May 27 18:34:05 2014
New Revision: 355557
URL: http://svnweb.freebsd.org/changeset/ports/355557
QAT: https://qat.redports.org/buildarchive/r355557/

Log:
  - Convert to USES=tar,libtool

Modified:
  head/games/duel/Makefile

Modified: head/games/duel/Makefile
==============================================================================
--- head/games/duel/Makefile	Tue May 27 18:32:18 2014	(r355556)
+++ head/games/duel/Makefile	Tue May 27 18:34:05 2014	(r355557)
@@ -5,8 +5,7 @@ PORTNAME=	duel
 PORTVERSION=	0.98
 PORTREVISION=	7
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	alepulver
+MASTER_SITES=	LOCAL/alepulver
 DISTNAME=	lin${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -15,8 +14,7 @@ COMMENT=	Overhead, OpenGL space shooter
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libftgl.so:${PORTSDIR}/graphics/ftgl
 
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
+USES=		tar:bzip2 libtool
 USE_GL=		gl
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes



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