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/libgnomeprint | |
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/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index a3e6d85aa61..b3198a42986 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/04/08 21:06:59 reed Exp $ +# $NetBSD: Makefile,v 1.51 2006/04/13 18:23:37 jlam Exp $ # DISTNAME= libgnomeprint-2.12.1 @@ -11,9 +11,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Library for the GNOME2 Printing Architecture -BUILD_USES_MSGFMT= YES - -USE_TOOLS+= bison gmake pkg-config +USE_TOOLS+= bison gmake msgfmt pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |