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/xfd/Makefile | |
parent | 6b7ea7564a122dc194e7f83920004c98ceee9bcf (diff) | |
download | pkgsrc-dd90fb0a982dad1cad7d8e63c15016f3db0bc75e.tar.gz |
Needs BROKEN_GETTEXT_DETECTION=yes
Diffstat (limited to 'x11/xfd/Makefile')
-rw-r--r-- | x11/xfd/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |