diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-23 18:21:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-23 18:21:15 +0000 |
commit | e26189257063dcaf43d9490f759874235f67b2df (patch) | |
tree | 96cf2aabb322d8f23e50352f379d6b3a8ae39d91 /www/gtkhtml/Makefile | |
parent | 3b841e6cef4a97c7fed0e5dbe2801f8c362ec3e2 (diff) | |
download | pkgsrc-e26189257063dcaf43d9490f759874235f67b2df.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index ac8d7924ca4..e505889f7f7 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2006/02/05 23:11:24 joerg Exp $ +# $NetBSD: Makefile,v 1.48 2006/02/23 18:21:15 joerg Exp $ DISTNAME= gtkhtml-1.1.10 PKGREVISION= 7 @@ -16,6 +16,7 @@ USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES BUILD_USES_MSGFMT= yes +BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ARGS+= --enable-gtk-doc=no |