svn commit: r390247 - head/www/webkit-sharp

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 15:47:35 UTC 2015


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>


More information about the svn-ports-all mailing list