svn commit: r390252 - head/emulators/desmume

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 16:10:08 UTC 2015


Author: bapt
Date: Sun Jun 21 16:10:07 2015
New Revision: 390252
URL: https://svnweb.freebsd.org/changeset/ports/390252

Log:
  Convert to USES=autoreconf

Modified:
  head/emulators/desmume/Makefile

Modified: head/emulators/desmume/Makefile
==============================================================================
--- head/emulators/desmume/Makefile	Sun Jun 21 16:07:23 2015	(r390251)
+++ head/emulators/desmume/Makefile	Sun Jun 21 16:10:07 2015	(r390252)
@@ -18,17 +18,13 @@ LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PO
 USE_GL=		gl
 USE_SDL=	sdl
 USE_GNOME=	gtk20 libglade2
-USES=		desktop-file-utils dos2unix gettext gmake pkgconfig
+USES=		autoreconf desktop-file-utils dos2unix gettext gmake pkgconfig
 DOS2UNIX_FILES=	src/utils/task.cpp
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GMSGFMT=msgfmt DATADIRNAME=share
 CONFIGURE_ARGS=	--enable-glade
 
-USE_AUTOTOOLS=	aclocal autoconf
-ACLOCAL_ARGS=
-AUTOCONF_ARGS=
-
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -DGTKGLEXT_AVAILABLE \
 		-DHAVE_LIBGDKGLEXT_X11_1_0 -DHAVE_GL_GL_H -DHAVE_GL_GLU_H
 CXXFLAGS+=	${CFLAGS}


More information about the svn-ports-head mailing list