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/kdirstat/Makefile | |
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/kdirstat/Makefile')
-rw-r--r-- | sysutils/kdirstat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/kdirstat/Makefile b/sysutils/kdirstat/Makefile index 419d791d9ec..25b2eb3c245 100644 --- a/sysutils/kdirstat/Makefile +++ b/sysutils/kdirstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:10:55 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:38 jlam Exp $ DISTNAME= kdirstat-2.4.3 PKGREVISION= 2 @@ -10,11 +10,10 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://kdirstat.sourceforge.net/ COMMENT= Graphical disk usage utility -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -BUILD_USES_MSGFMT= yes REPLACE_PERL= kdirstat/fix_move_to_trash_bin.pl |