Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 10:10:30 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370051 - head/games/gnubg
Message-ID:  <201410051010.s95AAUPF096161@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 10:10:29 2014
New Revision: 370051
URL: https://svnweb.freebsd.org/changeset/ports/370051
QAT: https://qat.redports.org/buildarchive/r370051/

Log:
  Remove USE_AUTOTOOLS

Modified:
  head/games/gnubg/Makefile

Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile	Sun Oct  5 10:09:21 2014	(r370050)
+++ head/games/gnubg/Makefile	Sun Oct  5 10:10:29 2014	(r370051)
@@ -28,7 +28,6 @@ GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake libtool pathfix shebangfix python pkgconfig compiler:c++11-lang
-USE_AUTOTOOLS=	aclocal automake libtoolize
 USE_GNOME=	glib20
 
 OPTIONS_DEFINE=	NLS DOCS
@@ -38,7 +37,4 @@ OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-#pre-configure:
-#	cd ${WRKSRC} && ./autogen.sh
-
 .include <bsd.port.mk>



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