summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-03-05 11:09:36 +0000
committerjperkin <jperkin>2015-03-05 11:09:36 +0000
commit730f405d160a6a950e3895488571c14e00c90dd0 (patch)
treecaf55b8f6c603a50abbadbcf3d039c41fb299f14 /graphics/ImageMagick
parent039e971b1393f45245ed1e18f0143765af58e239 (diff)
downloadpkgsrc-730f405d160a6a950e3895488571c14e00c90dd0.tar.gz
Make pkg-config a runtime dependency, the various *-config scripts require it.
Bump PKGREVISION.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 42a8fa6d16a..2d9463ba1da 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.214 2014/10/13 09:08:31 wiz Exp $
+# $NetBSD: Makefile,v 1.215 2015/03/05 11:09:36 jperkin Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
+PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
@@ -10,7 +11,7 @@ COMMENT= Package for display and interactive manipulation of images
CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
USE_LANGUAGES= c c++ c99
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake pkg-config:run
CONFIGURE_ARGS+= --disable-assert
CONFIGURE_ARGS+= --with-fontconfig
CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include