diff options
author | fhajny <fhajny> | 2013-08-27 08:13:20 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2013-08-27 08:13:20 +0000 |
commit | 2afd8f3ad0e04547c1e653bbc7f3b7f4da9e72a4 (patch) | |
tree | 84433998898651bd67048330c5282c9ef3af2a15 /graphics | |
parent | 67e4b0db381605197994e2c35cb76a22f2080e3a (diff) | |
download | pkgsrc-2afd8f3ad0e04547c1e653bbc7f3b7f4da9e72a4.tar.gz |
Change PKG_SYSCONFSUBDIR to ImageMagick-${IM_MAJOR_LIB_VER}, as per
the upstream commit from 2013-02-26 (r11189). Fixes errors loading
the XML files located therein.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 5b0ed9ba74d..af3f708b028 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2013/07/06 23:26:46 wiz Exp $ +# $NetBSD: Makefile,v 1.200 2013/08/27 08:13:20 fhajny Exp $ .include "Makefile.common" @@ -45,7 +45,7 @@ GCC_REQD+= 3.0 CFLAGS+= -O .endif -PKG_SYSCONFSUBDIR= ImageMagick +PKG_SYSCONFSUBDIR= ImageMagick-${IM_MAJOR_LIB_VER} EGDIR= ${PREFIX}/share/examples/ImageMagick CONF_FILES= ${EGDIR}/coder.xml ${PKG_SYSCONFDIR}/coder.xml CONF_FILES+= ${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml |