svn commit: r389885 - head/emulators/gnuboy

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 23:43:08 UTC 2015


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=	*


More information about the svn-ports-head mailing list