Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 15:47:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390247 - head/www/webkit-sharp
Message-ID:  <201506211547.t5LFlZA5025287@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 15:47:34 2015
New Revision: 390247
URL: https://svnweb.freebsd.org/changeset/ports/390247

Log:
  Convert to USES=autoreconf

Modified:
  head/www/webkit-sharp/Makefile

Modified: head/www/webkit-sharp/Makefile
==============================================================================
--- head/www/webkit-sharp/Makefile	Sun Jun 21 15:43:45 2015	(r390246)
+++ head/www/webkit-sharp/Makefile	Sun Jun 21 15:47:34 2015	(r390247)
@@ -17,11 +17,8 @@ GH_ACCOUNT=	mono
 PLIST_SUB+=	ASSEMBLY_VERSION=1.1.15
 
 GNU_CONFIGURE=	yes
-USES=		gmake mono pathfix pkgconfig
+USES=		autoreconf gmake mono pathfix pkgconfig
 USE_GNOME=	gtksharp20
 PATHFIX_MAKEFILEIN=	Makefile.am
 
-USE_AUTOTOOLS=	aclocal autoconf automake
-AUTOMAKE_ARGS=	--add-missing -i -f
-
 .include <bsd.port.mk>



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