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 /editors/vim-lang | |
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 'editors/vim-lang')
-rw-r--r-- | editors/vim-lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-lang/Makefile b/editors/vim-lang/Makefile index 24775533bef..d7bc9b71f23 100644 --- a/editors/vim-lang/Makefile +++ b/editors/vim-lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/03/02 10:41:41 martti Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/13 18:23:32 jlam Exp $ PKGNAME= vim-lang-${VIM_VERSION}.${VIM_PATCHLEVEL} #PKGREVISION= 1 @@ -9,7 +9,7 @@ COMMENT= Language files for the vim editor (vi clone) DEPENDS+= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}{,nb*}:../../editors/vim-share -BUILD_USES_MSGFMT= yes +USE_TOOLS+= msgfmt BUILD_TARGET= languages INSTALL_TARGET= install-languages |