pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/matchbox-panel Remove unnecessary msgfmt configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16e6ebe30609
branches:  trunk
changeset: 505772:16e6ebe30609
user:      peter <peter%pkgsrc.org@localhost>
date:      Sat Jan 07 12:47:55 2006 +0000

description:
Remove unnecessary msgfmt configure environment settings and a duplicated
BUILD_USES_MSGFMT variable.

Pointed out by the bulk build via wiz@.

diffstat:

 x11/matchbox-panel/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 102f9e96d503 -r 16e6ebe30609 x11/matchbox-panel/Makefile
--- a/x11/matchbox-panel/Makefile       Sat Jan 07 12:07:02 2006 +0000
+++ b/x11/matchbox-panel/Makefile       Sat Jan 07 12:47:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/07 12:47:55 peter Exp $
 #
 
 DISTNAME=              matchbox-panel-0.9.2
@@ -21,13 +21,6 @@
 CONFIGURE_ARGS+=       --enable-startup-notification
 CONFIGURE_ARGS+=       --enable-nls
 
-BUILD_USES_MSGFMT=     yes
-
-CONFIGURE_ENV+=                XGETTEXT=${LOCALBASE}/bin/xgettext
-CONFIGURE_ENV+=                GMSGFMT=${LOCALBASE}/bin/msgfmt
-CONFIGURE_ENV+=                MSGFMT=${LOCALBASE}/bin/msgfmt
-CONFIGURE_ENV+=                MSGMERGE=${LOCALBASE}/bin/msgmerge
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../fonts/Xft2/buildlink3.mk"
 .include "../../devel/libmatchbox/buildlink3.mk"



Home | Main Index | Thread Index | Old Index