diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 10:43:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 10:43:55 +0000 |
commit | eff1e79a7f435bc513ebd7b65871846db311efe0 (patch) | |
tree | 82cb0cd2ff2c52da8d8e9b017bba545008ad580a /graphics/inkscape | |
parent | 22d1f281a8ececcf55ba735f9ad6c3651cdab893 (diff) | |
download | pkgsrc-eff1e79a7f435bc513ebd7b65871846db311efe0.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/Makefile | 10 |
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 |