Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2015 04:59:36 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386381 - head/www/WebMagick
Message-ID:  <201505150459.t4F4xaub088440@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ache
Date: Fri May 15 04:59:35 2015
New Revision: 386381
URL: https://svnweb.freebsd.org/changeset/ports/386381

Log:
  Convert to USES=autoreconf (developer warning)

Modified:
  head/www/WebMagick/Makefile

Modified: head/www/WebMagick/Makefile
==============================================================================
--- head/www/WebMagick/Makefile	Fri May 15 03:54:47 2015	(r386380)
+++ head/www/WebMagick/Makefile	Fri May 15 04:59:35 2015	(r386381)
@@ -18,8 +18,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
 
-USES=		shebangfix perl5
-USE_AUTOTOOLS=  autoconf aclocal automake
+USES=		shebangfix perl5 autoreconf
+GNU_CONFIGURE=	yes
 AUTOMAKE_ARGS+= --add-missing
 INFO=		webmagick
 MAKE_ARGS+=	ICON_INSTALL_DIR=${STAGEDIR}${PREFIX}/www/data/webmagick \



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