diff options
author | fhajny <fhajny@pkgsrc.org> | 2013-08-27 08:13:20 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2013-08-27 08:13:20 +0000 |
commit | bfb4d92e7b6fa74c1e9544759f39cb57f9f86c40 (patch) | |
tree | 84433998898651bd67048330c5282c9ef3af2a15 /graphics | |
parent | ef65ca20a7854475969adad069e605dcd6f969ab (diff) | |
download | pkgsrc-bfb4d92e7b6fa74c1e9544759f39cb57f9f86c40.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 |