summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormarkd <markd>2012-05-23 21:03:08 +0000
committermarkd <markd>2012-05-23 21:03:08 +0000
commit55adfd9ac508955f9de8ae3b24a6027fe0741637 (patch)
tree6273f5e81470a81aa430c79abf247814d8219b92 /graphics
parent61fef603615dd55add7eb17d39573f06eef03028 (diff)
downloadpkgsrc-55adfd9ac508955f9de8ae3b24a6027fe0741637.tar.gz
Pass sysconfdir to configure so that its set correctly if PKG_SYSCONFBASE
has been changed from the default. Bump PKGREVISION
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index a689d24e7f2..8c9b43795a2 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.180 2012/04/20 15:22:37 adam Exp $
+# $NetBSD: Makefile,v 1.181 2012/05/23 21:03:08 markd Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
+PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
@@ -20,6 +21,7 @@ CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include
CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib
CONFIGURE_ARGS+= --with-xml=yes
CONFIGURE_ARGS+= --without-perl
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
PKGCONFIG_OVERRIDE= Magick++/lib/ImageMagick++.pc.in
PKGCONFIG_OVERRIDE+= Magick++/lib/Magick++.pc.in
PKGCONFIG_OVERRIDE+= magick/ImageMagick.pc.in