diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-08 09:47:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-08 09:47:58 +0000 |
commit | 7b5d7287cd07ced888e81d49677a40fe6adc1217 (patch) | |
tree | 0757f9ca7648174b258aa77f1e88c6b7c961f77f /devel | |
parent | cc99472ffa582449ceef6152fe94c362820f920a (diff) | |
download | pkgsrc-7b5d7287cd07ced888e81d49677a40fe6adc1217.tar.gz |
Needs msgfmt.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index a1bc741e74e..a9e805b8ccc 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/03/30 21:06:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.48 2006/06/08 09:47:58 joerg Exp $ DISTNAME= libbonobo-2.14.0 CATEGORIES= devel gnome @@ -14,7 +14,7 @@ CONFLICTS= bonobo-activation-[0-9]* GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= bison gmake perl:run pkg-config +USE_TOOLS+= bison gmake perl:run pkg-config msgfmt PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in |