diff options
author | ache <ache@FreeBSD.org> | 2015-05-15 12:59:35 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2015-05-15 12:59:35 +0800 |
commit | 65b573bfdbc372ecdeb0090dcb9f6e002d2f1f31 (patch) | |
tree | 509c014df5a1f0c9aef2739d61b902ba16b711e9 /www | |
parent | e37ebaf66664a903369ecfd32f3fb9d15a4611b6 (diff) | |
download | freebsd-ports-gnome-65b573bfdbc372ecdeb0090dcb9f6e002d2f1f31.tar.gz freebsd-ports-gnome-65b573bfdbc372ecdeb0090dcb9f6e002d2f1f31.tar.zst freebsd-ports-gnome-65b573bfdbc372ecdeb0090dcb9f6e002d2f1f31.zip |
Convert to USES=autoreconf (developer warning)
Diffstat (limited to 'www')
-rw-r--r-- | www/WebMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index d11002976744..9b335cbd5d02 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -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 \ |