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 /wm/icewm | |
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 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 9e933d48a77..e7343d92f67 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.50 2006/03/04 21:30:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.51 2006/04/13 18:23:38 jlam Exp $ DISTNAME= icewm-1.2.25 CATEGORIES= x11 wm @@ -8,9 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icewm.org/ GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= yes -BUILD_USES_MSGFMT= yes DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo FILESDIR= ${.CURDIR}/../../wm/icewm/files |