From c49ea8746c13a13cb8c7a0a2a97442fc7f613ffa Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 3 Sep 2013 17:13:27 +0000 Subject: [PATCH] Magick-config and friends run depend on pkgconf Approved by: portmgr (bapt) --- graphics/ImageMagick/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 37b8bad3093a..702ac357abe7 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -32,7 +32,7 @@ COMMENT= Image processing tools LICENSE= AL2 -USES= pkgconfig pathfix perl5 +USES= pkgconfig:both pathfix perl5 USE_XZ= yes USE_PERL5= run build patch WANT_GNOME= yes