From owner-svn-ports-all@FreeBSD.ORG Thu May 29 14:35:09 2014 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 ESMTPS id 5ECBA495; Thu, 29 May 2014 14:35:09 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FD8420D3; Thu, 29 May 2014 14:35:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TEZ9tw038674; Thu, 29 May 2014 14:35:09 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TEZ1nh038618; Thu, 29 May 2014 14:35:01 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201405291435.s4TEZ1nh038618@svn.freebsd.org> From: Martin Wilke Date: Thu, 29 May 2014 14:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355704 - in head/games: adonthell balazarbrothers blockout ceferino chanta frogatto gbottler heretic lbreakout2 lgeneral nazghul nethack32 nethack33 nethack34 ninix-aya pioneers pongix... 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.18 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: Thu, 29 May 2014 14:35:09 -0000 Author: miwi Date: Thu May 29 14:35:01 2014 New Revision: 355704 URL: http://svnweb.freebsd.org/changeset/ports/355704 QAT: https://qat.redports.org/buildarchive/r355704/ Log: - Convert gmake, bzip to USES Approved by: portmgr Modified: head/games/adonthell/Makefile head/games/balazarbrothers/Makefile head/games/blockout/Makefile head/games/ceferino/Makefile head/games/chanta/Makefile head/games/frogatto/Makefile head/games/gbottler/Makefile head/games/heretic/Makefile head/games/lbreakout2/Makefile head/games/lgeneral/Makefile head/games/nazghul/Makefile head/games/nethack32/Makefile head/games/nethack33/Makefile head/games/nethack34/Makefile head/games/ninix-aya/Makefile head/games/pioneers/Makefile head/games/pongix/Makefile head/games/pvpgn/Makefile head/games/q2p/Makefile head/games/quadra/Makefile head/games/quake2-lights/Makefile head/games/quake2-matrix/Makefile head/games/quake2-psychomod/Makefile head/games/quakeforge/Makefile head/games/qudos/Makefile head/games/residualvm/Makefile head/games/rubix/Makefile head/games/scourge/Makefile head/games/slashem-tty/Makefile head/games/tileworld/Makefile head/games/tyrquake/Makefile head/games/unnethack/Makefile head/games/vultures-eye/Makefile head/games/wmquake/Makefile head/games/xlogical/Makefile head/games/zangband/Makefile Modified: head/games/adonthell/Makefile ============================================================================== --- head/games/adonthell/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/adonthell/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -21,8 +21,7 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/li USE_SDL= mixer ttf sdl USE_PYTHON= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes CONFIGURE_ENV= PYPACKAGE="${PYTHON_CMD}" ac_cv_path_P_SWIG=no CONFIGURE_ARGS= --disable-py-debug Modified: head/games/balazarbrothers/Makefile ============================================================================== --- head/games/balazarbrothers/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/balazarbrothers/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -18,12 +18,10 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cereal ${PYTHON_SITELIBDIR}/tofu/__init__.py:${PORTSDIR}/net/py-tofu \ ${PYTHON_SITELIBDIR}/ogg/__init__.py:${PORTSDIR}/audio/py-vorbis -USE_BZIP2= yes -USES= gettext twisted +USES= gettext twisted tar:bzip2 gmake USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GL= glew -USE_GMAKE= yes PYDISTUTILS_PKGNAME= BalazarBrothers PYDISTUTILS_EGGINFODIR= ${PREFIX}/share Modified: head/games/blockout/Makefile ============================================================================== --- head/games/blockout/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/blockout/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -15,7 +15,7 @@ COMMENT= BlockOut II is an adaptation of ONLY_FOR_ARCHS= i386 USE_SDL= mixer sdl -USE_GMAKE= yes +USES= gmake USE_GL= gl glu WRKSRC= ${WRKDIR}/bl24_lin_src Modified: head/games/ceferino/Makefile ============================================================================== --- head/games/ceferino/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/ceferino/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -12,7 +12,7 @@ COMMENT= Game similar to Super Pang USE_SDL= sdl mixer image GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} Modified: head/games/chanta/Makefile ============================================================================== --- head/games/chanta/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/chanta/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -10,8 +10,8 @@ MASTER_SITES= http://www.losersjuegos.co MAINTAINER= acm@FreeBSD.org COMMENT= Free 2D jump and run game +USES= gmake USE_SDL= sdl image mixer -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} Modified: head/games/frogatto/Makefile ============================================================================== --- head/games/frogatto/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/frogatto/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -21,7 +21,7 @@ GH_PROGECT= frogatto GH_TAGNAME= ${PORTVERSION} GH_COMMIT= 64c84bf -USE_GMAKE= yes +USES= gmake ALL_TARGET= game server USE_GL= glew USE_SDL= image mixer ttf Modified: head/games/gbottler/Makefile ============================================================================== --- head/games/gbottler/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/gbottler/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -17,7 +17,7 @@ PLIST_SUB= VERSION=${PORTVERSION} USE_GNOME= pygtk2 USE_PYTHON= yes -USE_GMAKE= yes +USES= gmake NO_STAGE= yes .include Modified: head/games/heretic/Makefile ============================================================================== --- head/games/heretic/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/heretic/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -12,8 +12,8 @@ DISTNAME= gl${PORTNAME}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software +USES= gmake USE_XORG= x11 xi xpm xau -USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} OPTIONS_DEFINE= WAD Modified: head/games/lbreakout2/Makefile ============================================================================== --- head/games/lbreakout2/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/lbreakout2/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -13,7 +13,7 @@ COMMENT= The polished successor to LBrea LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_SDL= mixer net sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sdl-net \ --localstatedir=/var/games \ Modified: head/games/lgeneral/Makefile ============================================================================== --- head/games/lgeneral/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/lgeneral/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -21,7 +21,7 @@ OPTIONS_DEFAULT= SOUND SOUND_DESC= Enable sound support USE_SDL= sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_CSTD= gnu89 Modified: head/games/nazghul/Makefile ============================================================================== --- head/games/nazghul/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/nazghul/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -13,8 +13,8 @@ COMMENT= A computer role-playing game en LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_SDL= sdl image mixer -USE_GMAKE= yes GNU_CONFIGURE= yes +USES= gmake NO_STAGE= yes post-patch: Modified: head/games/nethack32/Makefile ============================================================================== --- head/games/nethack32/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/nethack32/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -17,7 +17,7 @@ COMMENT= A dungeon explorin', slashin', WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-3.2.2 -USE_GMAKE= yes +USES= gmake USE_XORG= xaw xpm PLIST_SUB= HACKNAME="${HACKNAME}" \ HACKEXT="${HACKEXT}" Modified: head/games/nethack33/Makefile ============================================================================== --- head/games/nethack33/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/nethack33/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -15,7 +15,7 @@ COMMENT= A dungeon explorin', slashin', WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION} LATEST_LINK= ${TRUEPORTNAME}33${PKGNAMESUFFIX} -USE_GMAKE= yes +USES= gmake MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" \ HACKEXT="${HACKEXT}" Modified: head/games/nethack34/Makefile ============================================================================== --- head/games/nethack34/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/nethack34/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -19,7 +19,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes +USES= gmake NO_STAGE= yes MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" \ Modified: head/games/ninix-aya/Makefile ============================================================================== --- head/games/ninix-aya/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/ninix-aya/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -23,7 +23,7 @@ RUN_DEPENDS= unzip:${PORTSDIR}/archivers USE_PYTHON= yes USE_GNOME= pygtk2 -USE_GMAKE= yes +USES= gmake OPTIONS_DEFINE= DOCS NLS Modified: head/games/pioneers/Makefile ============================================================================== --- head/games/pioneers/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/pioneers/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -14,8 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp -USE_GMAKE= yes -USES= gettext +USES= gettext gmake USE_GNOME= gnomehack gnomeprefix gtk20 libgnome librsvg2 INSTALLS_ICONS= yes INSTALLS_OMF= yes Modified: head/games/pongix/Makefile ============================================================================== --- head/games/pongix/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/pongix/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -12,8 +12,8 @@ COMMENT= Free pong-like game LICENSE= GPLv2 +USES= gmake USE_SDL= sdl image net -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} Modified: head/games/pvpgn/Makefile ============================================================================== --- head/games/pvpgn/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/pvpgn/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -15,8 +15,7 @@ COMMENT= Free Blizzard Battle.net emulat PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' USERS= bnetd Modified: head/games/q2p/Makefile ============================================================================== --- head/games/q2p/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/q2p/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -11,9 +11,8 @@ DISTNAME= Q2P-0.2-2006-12-31 MAINTAINER= danfe@FreeBSD.org COMMENT= Enhanced OpenGL-only Quake II engine -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_XORG= xxf86dga xext xxf86vm x11 -USE_GMAKE= yes ALL_TARGET= release MAKE_ENV= DATADIR="${Q2DIR}" LIBDIR="${LIBDIR}" Modified: head/games/quadra/Makefile ============================================================================== --- head/games/quadra/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/quadra/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -14,12 +14,11 @@ COMMENT= Tetris like game with multiplay LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USE_BZIP2= yes +USES= gmake tar:bzip2 USE_SDL= sdl USE_XORG= x11 xau xdmcp USE_AUTOTOOLS= autoconf autoheader GNU_CONFIGURE= yes -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/quake2-lights/Makefile ============================================================================== --- head/games/quake2-lights/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/quake2-lights/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -15,8 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:da MAINTAINER= danfe@FreeBSD.org COMMENT= Lights modification for Quake II -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}/src ALL_TARGET= release Modified: head/games/quake2-matrix/Makefile ============================================================================== --- head/games/quake2-matrix/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/quake2-matrix/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -11,8 +11,7 @@ DISTNAME= Matrix-v${PORTVERSION}.fixed.L MAINTAINER= danfe@FreeBSD.org COMMENT= Matrix modification for Quake II -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/MatrixFixSource ALL_TARGET= release Modified: head/games/quake2-psychomod/Makefile ============================================================================== --- head/games/quake2-psychomod/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/quake2-psychomod/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -11,8 +11,7 @@ PKGNAMEPREFIX= ${Q2PKGNAMEPREFIX} MAINTAINER= danfe@FreeBSD.org COMMENT= Psychomod modification for Quake II -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= release Modified: head/games/quakeforge/Makefile ============================================================================== --- head/games/quakeforge/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/quakeforge/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -16,9 +16,7 @@ COMMENT= Cleaned up copy of the GPLd Qua NOT_FOR_ARCHS= sparc64 NOT_FOR_ARCHS_REASON= generated Quake C compiler (qfcc) does not work USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes WANT_SDL= yes Modified: head/games/qudos/Makefile ============================================================================== --- head/games/qudos/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/qudos/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -14,8 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= Enhanced OpenGL-only Quake II engine -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 MAKE_ENV= WITH_DATADIR=YES WITH_LIBDIR=YES WITH_XMMS=NO \ DATADIR="${Q2DIR}" LIBDIR="${LIBDIR}" Modified: head/games/residualvm/Makefile ============================================================================== --- head/games/residualvm/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/residualvm/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -18,7 +18,7 @@ GH_COMMIT= 340bbe3 USE_SDL= sdl HAS_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAN6= residualvm.6 NO_MANCOMPRESS= yes Modified: head/games/rubix/Makefile ============================================================================== --- head/games/rubix/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/rubix/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -10,8 +10,7 @@ MASTER_SITES= http://sed.free.fr/rubix/ MAINTAINER= dhn@FreeBSD.org COMMENT= Another Rubik's cube game with a rather interesting interface -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_XORG= x11 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \ XINC="-I${LOCALBASE}/include" XLIB="-L${LOCALBASE}/lib -lX11" Modified: head/games/scourge/Makefile ============================================================================== --- head/games/scourge/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/scourge/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${DATADIR}/config/scourge.c USE_AUTOTOOLS= autoconf:env automake:env USE_GL= gl USE_SDL= sdl image mixer net ttf -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_LIBS} LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/slashem-tty/Makefile ============================================================================== --- head/games/slashem-tty/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/slashem-tty/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -11,7 +11,7 @@ DISTNAME= se${PORTVERSION:S/.//g:tl} MAINTAINER= glewis@FreeBSD.org COMMENT= A dungeon explorin', slashin', hackin' game -USE_GMAKE= yes +USES= gmake PKGDEINSTALL= ${WRKDIR}/pkg-deinstall SUB_FILES+= pkg-deinstall MAN6= dgn_comp.6 dlb.6 lev_comp.6 recover.6 slashem.6 Modified: head/games/tileworld/Makefile ============================================================================== --- head/games/tileworld/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/tileworld/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -13,7 +13,7 @@ COMMENT= An emulation of the game "Chip' USE_SDL= sdl GNU_CONFIGURE= YES -USE_GMAKE= YES +USES= gmake ALL_TARGET= tworld DATADIR= share/tworld Modified: head/games/tyrquake/Makefile ============================================================================== --- head/games/tyrquake/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/tyrquake/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -14,7 +14,7 @@ BROKEN= Fails to build USE_XORG= x11 xxf86vm xdamage xfixes xau xext xdmcp USE_GL= yes -USE_GMAKE= yes +USES= gmake MAKE_ENV= QBASEDIR="${Q1DIR}" X11BASE=${LOCALBASE} OPTIONS_DEFINE= OPTIMIZED_CFLAGS Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/unnethack/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -13,7 +13,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= A new variant of NetHack GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_UNSAFE= yes VARDIR_REL= var/games/${PORTNAME} Modified: head/games/vultures-eye/Makefile ============================================================================== --- head/games/vultures-eye/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/vultures-eye/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -16,9 +16,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -USE_GMAKE= yes + USE_SDL= sdl mixer ttf -USE_BZIP2= yes +USES= gmake tar:bzip2 WRKSRC= ${WRKDIR}/${DISTNAME}/nethack HAS_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/sys/unix Modified: head/games/wmquake/Makefile ============================================================================== --- head/games/wmquake/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/wmquake/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -12,8 +12,7 @@ MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= Id Software\'s Quake I in a 64x64 WM dockapp window -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_GNOME= gtk12 PLIST_FILES= bin/wmquake Modified: head/games/xlogical/Makefile ============================================================================== --- head/games/xlogical/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/xlogical/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -12,8 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/ MAINTAINER= aaron@baugher.biz COMMENT= Remake of the classic puzzle game Logical -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake tar:bzip2 USE_SDL= sdl image mixer GNU_CONFIGURE= yes Modified: head/games/zangband/Makefile ============================================================================== --- head/games/zangband/Makefile Thu May 29 14:30:42 2014 (r355703) +++ head/games/zangband/Makefile Thu May 29 14:35:01 2014 (r355704) @@ -11,8 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Zangband (Zelazny Angband) with color, X11 support -USES= perl5 -USE_GMAKE= yes +USES= perl5 gmake USE_AUTOTOOLS= automake14 autoconf USE_PERL5= build CONFIGURE_ARGS= --datadir=${PREFIX}/lib --mandir=${PREFIX}/man \