summaryrefslogtreecommitdiff
path: root/devel/gnome2-libole2
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/gnome2-libole2
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/gnome2-libole2')
-rw-r--r--devel/gnome2-libole2/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/gnome2-libole2/Makefile b/devel/gnome2-libole2/Makefile
index eb767fdc305..8029b0a62c2 100644
--- a/devel/gnome2-libole2/Makefile
+++ b/devel/gnome2-libole2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:29:15 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/04/13 18:23:31 jlam Exp $
#
DISTNAME= libole2-2.2.8
@@ -12,11 +12,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= OLE2 streams parsing library for GNOME2
-BUILD_USES_MSGFMT= YES
-
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-USE_TOOLS+= pkg-config
+USE_TOOLS+= msgfmt pkg-config
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"