From d62a6579480079e200b205279ac9152e472b6238 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 21 Jul 2014 20:58:46 +0000 Subject: [PATCH] Oops, meant pre-configure. Thanks, antoine! --- www/WebMagick/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index dabe7125db3a..3b290b7bb608 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -40,7 +40,7 @@ X11_CONFIGURE_ENV_OFF= with_x=no .include -do-configure: +pre-configure: @if [ ! -f ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm ]; then \ ${ECHO_CMD} ERROR: ImageMagick must be installed with the PERL option enabled; \ ${FALSE}; \