diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-24 20:21:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-24 20:21:56 +0000 |
commit | 061c8ab1abb8de8bb5c453aaacf81e771d3ecc02 (patch) | |
tree | e561b089b866d39a2928d46e5f4151fb5f3beb8a /x11 | |
parent | ab9bd1255f951ad6442a4691f32b8764b9e63609 (diff) | |
download | pkgsrc-061c8ab1abb8de8bb5c453aaacf81e771d3ecc02.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/matchbox-panel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile index 1569340eb20..6fcd9a8d252 100644 --- a/x11/matchbox-panel/Makefile +++ b/x11/matchbox-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/01/24 07:32:58 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/24 20:21:56 joerg Exp $ # DISTNAME= matchbox-panel-0.9.2 @@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://projects.o-hand.com/matchbox/ COMMENT= Panel for Matchbox +BROKEN_GETTEXT_DETECTION= yes BUILD_USES_MSGFMT= yes USE_DIRS+= gnome2-1.5 |