diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-05 11:09:36 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-05 11:09:36 +0000 |
commit | f43fdb993bf05593a2b84c76ef962682e7d21ea9 (patch) | |
tree | caf55b8f6c603a50abbadbcf3d039c41fb299f14 | |
parent | 2eb7c04a79a2e0e25c777e115b157745da8875ed (diff) | |
download | pkgsrc-f43fdb993bf05593a2b84c76ef962682e7d21ea9.tar.gz |
Make pkg-config a runtime dependency, the various *-config scripts require it.
Bump PKGREVISION.
-rw-r--r-- | graphics/ImageMagick/Makefile | 5 |
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 |