svn commit: r386381 - head/www/WebMagick

Andrey A. Chernov ache at FreeBSD.org
Fri May 15 04:59:36 UTC 2015


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 \


More information about the svn-ports-all mailing list