From 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 13 Apr 2006 18:23:29 +0000 Subject: BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with USE_TOOLS+=msgfmt. --- x11/vte/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'x11/vte') diff --git a/x11/vte/Makefile b/x11/vte/Makefile index bf4012a2364..c695d7b730e 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/04/06 06:23:04 reed Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/13 18:23:44 jlam Exp $ # DISTNAME= vte-0.12.0 @@ -10,13 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Terminal widget with improved accessibility and I18N support -BUILD_USES_MSGFMT= yes - USE_DIRS+= gnome2-1.2 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --disable-python -- cgit v1.2.3