summaryrefslogtreecommitdiff
path: root/devel/bonobo
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
committerjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
commit1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/bonobo
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/bonobo')
-rw-r--r--devel/bonobo/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
index 5505d81d504..4f64ce64f59 100644
--- a/devel/bonobo/Makefile
+++ b/devel/bonobo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/04/06 06:21:45 reed Exp $
+# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:31 jlam Exp $
DISTNAME= bonobo-1.0.22
PKGREVISION= 1
@@ -15,11 +15,10 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILDLINK_API_DEPENDS.libxml= libxml>1.8.15
BROKEN_GETTEXT_DETECTION= yes
-BUILD_USES_MSGFMT= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_X11BASE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q}
CONFIGURE_ENV+= X11BASE=${X11BASE:Q}