Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 15:43:46 +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: r390246 - head/graphics/gimp-refocus-plugin
Message-ID:  <201506211543.t5LFhkYl024686@svn.freebsd.org>

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

Log:
  Convert to USES=autoreconf

Modified:
  head/graphics/gimp-refocus-plugin/Makefile

Modified: head/graphics/gimp-refocus-plugin/Makefile
==============================================================================
--- head/graphics/gimp-refocus-plugin/Makefile	Sun Jun 21 15:37:16 2015	(r390245)
+++ head/graphics/gimp-refocus-plugin/Makefile	Sun Jun 21 15:43:45 2015	(r390246)
@@ -22,13 +22,11 @@ OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
 
 ATLAS_DESC=	Build with optimized math/atlas instead of builtin
 
-USES=		gettext gmake pathfix pkgconfig
+USES=		autoreconf gettext gmake pathfix pkgconfig
 
 # GCC required due to fortran dependency, e.g., math/atlas
 USE_GCC=	yes
 
-USE_AUTOTOOLS=	aclocal autoconf automake
-AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GIMPTOOL=${LOCALBASE}/bin/gimptool-2.0
 



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