summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-05 12:36:08 +0000
committerwiz <wiz@pkgsrc.org>2010-06-05 12:36:08 +0000
commitb157bb2f0c0fe80787e7bf404438dd8e92afb2c5 (patch)
treece45c3336daa988ba0283d1389a2331e4bac42bb /graphics
parent84b6159cd74b46ccafc1fd8b8b19bf802068f32f (diff)
downloadpkgsrc-b157bb2f0c0fe80787e7bf404438dd8e92afb2c5.tar.gz
Fix included path to ghostscript fonts by giving explicit path.
From obache@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 8eb29c383a9..623800594b9 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2010/05/17 07:53:29 obache Exp $
+# $NetBSD: Makefile,v 1.33 2010/06/05 12:36:08 wiz Exp $
#
DISTNAME= GraphicsMagick-1.3.12
@@ -18,6 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config gs
USE_FEATURES= vsnprintf # optional but recommended for security
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-gs-font-dir=${LOCALBASE}/share/ghostscript/fonts/
PKGCONFIG_OVERRIDE+= magick/GraphicsMagick.pc.in \
wand/GraphicsMagickWand.pc.in \