diff options
author | obache <obache@pkgsrc.org> | 2007-06-08 13:55:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-08 13:55:41 +0000 |
commit | 836d9d24d5119d82f1848faf08870bfcfd4818cb (patch) | |
tree | 876202240c4610241c26e01d2c221b3d3358184f /comms/lrzsz | |
parent | 1cbe31cc3e1375346710a413c5d502eddcfcb5ab (diff) | |
download | pkgsrc-836d9d24d5119d82f1848faf08870bfcfd4818cb.tar.gz |
Let not to use internal libintl, broken gettext detection.
Should also fix PR 33141.
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 3 |
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 |