summaryrefslogtreecommitdiff
path: root/wm/metacity
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
committerjlam <jlam@pkgsrc.org>2006-04-13 18:23:29 +0000
commit1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /wm/metacity
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'wm/metacity')
-rw-r--r--wm/metacity/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile
index 71760a645a2..0f6cfa5aa26 100644
--- a/wm/metacity/Makefile
+++ b/wm/metacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/03/30 21:38:33 jmmv Exp $
+# $NetBSD: Makefile,v 1.57 2006/04/13 18:23:38 jlam Exp $
#
DISTNAME= metacity-2.14.1
@@ -10,11 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity/
COMMENT= GNOME-compliant window manager
-BUILD_USES_MSGFMT= YES
-
USE_DIRS+= gnome2-1.5 theme-1.0
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
GNU_CONFIGURE= YES
USE_LIBTOOL= YES