diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-30 18:50:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-30 18:50:08 +0000 |
commit | 7e3ef23ecf5f0181b61cdc418f93aeef57bdf932 (patch) | |
tree | 9d2f207645fcc9822760d1f45b1c5c3c44dca472 /devel | |
parent | 7a6a355fab4b7411a9fb3b0224ef1614332f1f85 (diff) | |
download | pkgsrc-7e3ef23ecf5f0181b61cdc418f93aeef57bdf932.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bonobo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 77672a3e825..0a591f55e53 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/12/05 20:50:02 rillig Exp $ +# $NetBSD: Makefile,v 1.53 2006/01/30 18:50:08 joerg Exp $ DISTNAME= bonobo-1.0.22 CATEGORIES= devel @@ -13,6 +13,7 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILDLINK_DEPENDS.libxml= libxml>1.8.15 +BROKEN_GETTEXT_DETECTION= yes BUILD_USES_MSGFMT= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |