summaryrefslogtreecommitdiff
path: root/x11/matchbox-panel
diff options
context:
space:
mode:
authorpeter <peter@pkgsrc.org>2006-01-07 12:47:55 +0000
committerpeter <peter@pkgsrc.org>2006-01-07 12:47:55 +0000
commit907ca19af350e7151038130bd16eabd6c304c28a (patch)
treee15215ba4d911fee9fbe1be3d8138d48cbc95bfa /x11/matchbox-panel
parent417b80638ace1b8922959b7cfcdba57ccbde1dca (diff)
downloadpkgsrc-907ca19af350e7151038130bd16eabd6c304c28a.tar.gz
Remove unnecessary msgfmt configure environment settings and a duplicated
BUILD_USES_MSGFMT variable. Pointed out by the bulk build via wiz@.
Diffstat (limited to 'x11/matchbox-panel')
-rw-r--r--x11/matchbox-panel/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile
index b7c2878aae4..bd5bf3878c8 100644
--- a/x11/matchbox-panel/Makefile
+++ b/x11/matchbox-panel/Makefile
@@ -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-small-icons
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"