diff options
author | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-13 18:23:29 +0000 |
commit | 2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /sysutils/gnome-vfs | |
parent | 0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff) | |
download | pkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index c3d7ac3a2c3..79ba01723db 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2006/04/06 06:22:45 reed Exp $ +# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:37 jlam Exp $ DISTNAME= gnome-vfs-1.0.5 PKGREVISION= 10 @@ -10,12 +10,11 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME Virtual File System BROKEN_GETTEXT_DETECTION= yes -BUILD_USES_MSGFMT= YES BUILDLINK_API_DEPENDS.gnome-mime-data+= gnome-mime-data>=2.0.1 USE_PKGLOCALEDIR= YES USE_X11BASE= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= YES USE_LIBTOOL= YES |