svn commit: r390246 - head/graphics/gimp-refocus-plugin

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 15:43:46 UTC 2015


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
 


More information about the svn-ports-all mailing list