From owner-svn-ports-all@FreeBSD.ORG Sun Jun 21 14:28:02 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DDC6849; Sun, 21 Jun 2015 14:28:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 0C93FE2A; Sun, 21 Jun 2015 14:28:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5LES1qO085660; Sun, 21 Jun 2015 14:28:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5LES1CI085659; Sun, 21 Jun 2015 14:28:01 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201506211428.t5LES1CI085659@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 21 Jun 2015 14:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390237 - head/games/openalchemist 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.20 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: Sun, 21 Jun 2015 14:28:02 -0000 Author: bapt Date: Sun Jun 21 14:28:01 2015 New Revision: 390237 URL: https://svnweb.freebsd.org/changeset/ports/390237 Log: Convert to USES=autoreconf Modified: head/games/openalchemist/Makefile Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Sun Jun 21 14:24:08 2015 (r390236) +++ head/games/openalchemist/Makefile Sun Jun 21 14:28:01 2015 (r390237) @@ -22,9 +22,6 @@ LIB_DEPENDS= libclanCore.so:${PORTSDIR}/ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= aclocal automake autoconf -# Necessary to find pkg.m4 (PKG_CHECK_MODULES) -ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes @@ -32,7 +29,7 @@ USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu USE_SDL= sdl gfx -USES= pkgconfig iconv shebangfix gmake +USES= autoreconf pkgconfig iconv shebangfix gmake SHEBANG_FILES= openalchemist-config PORTDOCS= AUTHORS ChangeLog README TODO