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 /devel/GConf | |
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 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 93c00888eba..d94290d10e7 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2006/03/04 21:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2006/04/13 18:23:30 jlam Exp $ # DISTNAME= GConf-1.0.9 @@ -12,9 +12,9 @@ HOMEPAGE= http://advogato.org/proj/GConf/ COMMENT= Configuration database system used by GNOME BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc -BUILD_USES_MSGFMT= yes USE_PKGLOCALEDIR= YES +USE_TOOLS+= msgfmt GNU_CONFIGURE= YES MAKE_FLAGS+= AM_MAKEFLAGS="BDBBACKEND=" |