diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /comms/gnome-pilot | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'comms/gnome-pilot')
-rw-r--r-- | comms/gnome-pilot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 0e2425aff8f..13cf64ec5a7 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/21 06:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= gnome-pilot-2.0.12 @@ -11,13 +11,12 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Palm Pilot synchronisation for GNOME BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2 -BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl .include "../../devel/gettext-lib/buildlink3.mk" .include "../../comms/pilot-link-libs/buildlink3.mk" |