diff options
author | joerg <joerg> | 2006-01-23 22:59:54 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-23 22:59:54 +0000 |
commit | 7392276218bbdfda1eeb1156d8077d550d73eb3d (patch) | |
tree | a17492f2eea1268737f3a682fabd95b459fc56f4 /chat | |
parent | b24784e3d3db7ca648a3a426202a016b769cfc9a (diff) | |
download | pkgsrc-7392276218bbdfda1eeb1156d8077d550d73eb3d.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gnomeicu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 3cabe341e6a..41f86a6cf4d 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/01/06 15:10:01 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2006/01/23 22:59:54 joerg Exp $ DISTNAME= gnomeicu-0.99.5 PKGREVISION= 2 @@ -16,6 +16,7 @@ USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES BUILD_USES_MSGFMT= YES +BROKEN_GETTEXT_DETECTION= YES CONFIGURE_ARGS+= --sysconfdir=${EGDIR:Q} |