summaryrefslogtreecommitdiff
path: root/x11/matchbox-panel
diff options
context:
space:
mode:
authorpeter <peter>2006-01-07 12:47:55 +0000
committerpeter <peter>2006-01-07 12:47:55 +0000
commit22b5e2b63e05f587337fc2d2a88a16db6ebfa6ab (patch)
treee15215ba4d911fee9fbe1be3d8138d48cbc95bfa /x11/matchbox-panel
parent038464bb3bfd4acf2f3dd7909a89639328481760 (diff)
downloadpkgsrc-22b5e2b63e05f587337fc2d2a88a16db6ebfa6ab.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"