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 /x11/control-center | |
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 'x11/control-center')
-rw-r--r-- | x11/control-center/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/control-center/Makefile b/x11/control-center/Makefile index 9ea6db41947..dfc7ec31f0a 100644 --- a/x11/control-center/Makefile +++ b/x11/control-center/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/21 06:00:52 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/13 18:23:39 jlam Exp $ DISTNAME= control-center-1.4.0.5 PKGREVISION= 3 @@ -9,12 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME control-center development library -BUILD_USES_MSGFMT= YES BROKEN_GETTEXT_DETECTION= yes USE_DIRS+= xdg-1.1 gnome1-1.5 USE_X11BASE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES |