Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 23:43:07 +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: r389885 - head/emulators/gnuboy
Message-ID:  <201506162343.t5GNh7db081834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 23:43:07 2015
New Revision: 389885
URL: https://svnweb.freebsd.org/changeset/ports/389885

Log:
  - Switch to USES=autoreconf

Modified:
  head/emulators/gnuboy/Makefile

Modified: head/emulators/gnuboy/Makefile
==============================================================================
--- head/emulators/gnuboy/Makefile	Tue Jun 16 23:43:01 2015	(r389884)
+++ head/emulators/gnuboy/Makefile	Tue Jun 16 23:43:07 2015	(r389885)
@@ -14,10 +14,10 @@ LICENSE=	GPLv2 # (or later)
 
 LIB_DEPENDS=	libvga.so:${PORTSDIR}/graphics/svgalib
 
-USES=		compiler
+USES=		autoreconf compiler
 USE_SDL=	sdl
 USE_XORG=	x11
-USE_AUTOTOOLS=	autoconf
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-sdl --enable-optimize=low
 
 PORTDOCS=	*



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