summaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-15 10:43:55 +0000
committerrillig <rillig@pkgsrc.org>2007-02-15 10:43:55 +0000
commitfa1a1fde30e3e9d37ee6c1a722fb898d8f2a9bb6 (patch)
tree82cb0cd2ff2c52da8d8e9b017bba545008ad580a /graphics/inkscape
parent8817b5f2f1d5eca925e3f32bac0f79024e746a9d (diff)
downloadpkgsrc-fa1a1fde30e3e9d37ee6c1a722fb898d8f2a9bb6.tar.gz
Fixed the detection of MSGFMT and GMSGFMT.
Fixed the path to the Perl interpreter. PKGREVISION++
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 93e13c1e043..13bc095eb45 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2007/02/05 20:20:03 adam Exp $
+# $NetBSD: Makefile,v 1.31 2007/02/15 10:43:55 rillig Exp $
DISTNAME= inkscape-0.45
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=inkscape/}
@@ -19,8 +20,13 @@ USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake intltool msgfmt pkg-config
+USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= MSGFMT=${TOOLS_DIR}/bin/msgfmt
+CONFIGURE_ENV+= GMSGFMT=${TOOLS_DIR}/bin/msgfmt
+
+REPLACE_PERL+= share/extensions/*.p[lm]
+REPLACE_PERL+= share/extensions/svg_dropshadow
BUILDLINK_API_DEPENDS.boehm-gc+= boehm-gc>=6.4