diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-19 12:45:16 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-19 12:45:16 +0000 |
commit | dd90fb0a982dad1cad7d8e63c15016f3db0bc75e (patch) | |
tree | af162e714f4622dd8a19285c216b3b4051579562 /x11 | |
parent | 6b7ea7564a122dc194e7f83920004c98ceee9bcf (diff) | |
download | pkgsrc-dd90fb0a982dad1cad7d8e63c15016f3db0bc75e.tar.gz |
Needs BROKEN_GETTEXT_DETECTION=yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfd/Makefile | 4 | ||||
-rw-r--r-- | x11/xload/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index 2ac785fd32c..2a957c632e5 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/03/12 14:31:08 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2015/03/19 12:49:47 jperkin Exp $ DISTNAME= xfd-1.1.2 CATEGORIES= x11 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Display all the characters in an X font +BROKEN_GETTEXT_DETECTION= yes + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config xgettext diff --git a/x11/xload/Makefile b/x11/xload/Makefile index 4a2e6bdaae6..681608232da 100644 --- a/x11/xload/Makefile +++ b/x11/xload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/03/12 14:00:58 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2015/03/19 12:45:16 jperkin Exp $ DISTNAME= xload-1.1.2 CATEGORIES= x11 @@ -9,6 +9,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= System load average display for X +BROKEN_GETTEXT_DETECTION= yes + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config xgettext |