summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2007-06-08 13:55:41 +0000
committerobache <obache>2007-06-08 13:55:41 +0000
commitd2989f7ce778dfeee4e591f28450cede8a706751 (patch)
tree876202240c4610241c26e01d2c221b3d3358184f
parent16484bfca4589bc052cca64a6d7e9d3e34867225 (diff)
downloadpkgsrc-d2989f7ce778dfeee4e591f28450cede8a706751.tar.gz
Let not to use internal libintl, broken gettext detection.
Should also fix PR 33141.
-rw-r--r--comms/lrzsz/Makefile3
1 files changed, 2 insertions, 1 deletions
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