diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2015-05-15 04:59:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2015-05-15 04:59:35 +0000 |
commit | 0747641627cd8de580d7ce0101794744315d4a3c (patch) | |
tree | 509c014df5a1f0c9aef2739d61b902ba16b711e9 /www/WebMagick | |
parent | d06d8405bd2c03e8c4689b5347deff0020638d1e (diff) | |
download | ports-0747641627cd8de580d7ce0101794744315d4a3c.tar.gz ports-0747641627cd8de580d7ce0101794744315d4a3c.zip |
Notes
Diffstat (limited to 'www/WebMagick')
-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 \ |