diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-06 18:50:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-06 18:50:21 +0000 |
commit | 4f7e03cb89ec7c407ae50a872be60b2b0cc0c8e5 (patch) | |
tree | a624cc9864c6e278cd07345c4389b8f63b434cae /graphics/inkscape | |
parent | 762bdfb749ddfecfebfe02e2f196956e77a4c4ad (diff) | |
download | pkgsrc-4f7e03cb89ec7c407ae50a872be60b2b0cc0c8e5.tar.gz |
Uses msgfmt. Fixes PR 33007.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 777abb035d1..70f4d7a1654 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/03/06 00:18:17 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/03/06 18:50:21 joerg Exp $ DISTNAME= inkscape-0.43 PKGREVISION= 4 @@ -21,6 +21,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes +BUILD_USES_MSGFMT= yes BUILDLINK_DEPENDS.boehm-gc+= boehm-gc>=6.4 |