diff options
author | peter <peter@pkgsrc.org> | 2006-01-07 12:47:55 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2006-01-07 12:47:55 +0000 |
commit | c18f9c5d015763870488e3ce0d906a8ec850a435 (patch) | |
tree | e15215ba4d911fee9fbe1be3d8138d48cbc95bfa | |
parent | db26d8bde9070bc7a9a2e0f7b7a71bf93934a037 (diff) | |
download | pkgsrc-c18f9c5d015763870488e3ce0d906a8ec850a435.tar.gz |
Remove unnecessary msgfmt configure environment settings and a duplicated
BUILD_USES_MSGFMT variable.
Pointed out by the bulk build via wiz@.
-rw-r--r-- | x11/matchbox-panel/Makefile | 9 |
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" |