diff options
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 |