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 /print/libgnomeprintui/Makefile | |
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 'print/libgnomeprintui/Makefile')
-rw-r--r-- | print/libgnomeprintui/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile index 14e512f2e6b..9a42b8eb4ed 100644 --- a/print/libgnomeprintui/Makefile +++ b/print/libgnomeprintui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/04/06 06:22:36 reed Exp $ +# $NetBSD: Makefile,v 1.44 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= libgnomeprintui-2.12.1 @@ -11,11 +11,9 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Graphical library for the GNOME2 Printing Architecture -BUILD_USES_MSGFMT= YES - GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libgnomeprintui/libgnomeprintui-2.2.pc.in |