From 836d9d24d5119d82f1848faf08870bfcfd4818cb Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 8 Jun 2007 13:55:41 +0000 Subject: Let not to use internal libintl, broken gettext detection. Should also fix PR 33141. --- comms/lrzsz/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/lrzsz') diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 2ccc0709039..284dce5c58b 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2007/06/08 13:55:41 obache Exp $ DISTNAME= lrzsz-0.12.20 CATEGORIES= comms @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes .if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \ || ${OPSYS} == "Linux") +BROKEN_GETTEXT_DETECTION=yes . include "../../devel/gettext-lib/buildlink3.mk" LOCALE_SUFFIX= mo .else -- cgit v1.2.3