diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-23 22:59:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-23 22:59:54 +0000 |
commit | 0a4ab509270d28c7f547c0f3560a98522216f1f3 (patch) | |
tree | a17492f2eea1268737f3a682fabd95b459fc56f4 /chat | |
parent | c219958a0ef6245ed711e6c6ac74db4bb7d5fb1f (diff) | |
download | pkgsrc-0a4ab509270d28c7f547c0f3560a98522216f1f3.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} |