summaryrefslogtreecommitdiff
path: root/print
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 /print
parentc3df5f94e8336d21aea6980590b3530b787be1a9 (diff)
downloadpkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'print')
-rw-r--r--print/evince/Makefile.common5
-rw-r--r--print/imposter/Makefile6
-rw-r--r--print/libgnomeprint/Makefile6
-rw-r--r--print/libgnomeprintui/Makefile6
-rw-r--r--print/pslib/Makefile5
5 files changed, 10 insertions, 18 deletions
diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common
index 8ce444049ab..bf458be4119 100644
--- a/print/evince/Makefile.common
+++ b/print/evince/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2006/04/11 21:43:20 reed Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:36 jlam Exp $
#
DISTNAME= evince-0.5.2
@@ -15,9 +15,8 @@ DISTINFO_FILE= ${.CURDIR}/../evince/distinfo
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_LIBTOOL= yes
-USE_MSGFMT_PLURALS= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
# XXX fake for "configure" to allow build w/o a gs installed
# (avoid hard dependency on a specific version)
diff --git a/print/imposter/Makefile b/print/imposter/Makefile
index c7967079b80..fe75c9c7247 100644
--- a/print/imposter/Makefile
+++ b/print/imposter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/02/05 23:10:37 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/04/13 18:23:37 jlam Exp $
#
DISTNAME= imposter-0.3
@@ -10,10 +10,8 @@ MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://imposter.sourceforge.net/
COMMENT= Standalone OpenOffice presentations viewer using GTK2
-BUILD_USES_MSGFMT= yes
-
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
.include "../../devel/gettext-lib/buildlink3.mk"
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
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
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
index 8bd9556437e..40bd8e15836 100644
--- a/print/pslib/Makefile
+++ b/print/pslib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:31 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/04/13 18:23:37 jlam Exp $
#
DISTNAME= pslib-0.2.6
@@ -12,12 +12,11 @@ COMMENT= C-library to create PostScript files
BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
-BUILD_USES_MSGFMT= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libps.pc.in
GNU_CONFIGURE= yes
-USE_TOOLS+= perl
+USE_TOOLS+= msgfmt perl
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"