summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-12-27 18:07:21 +0000
committerreed <reed@pkgsrc.org>2005-12-27 18:07:21 +0000
commit9f534afdb66dea50c8cbcf3b69243e14132453f6 (patch)
treebba51dd649c5331128c7e337189b86ea9873cc79 /comms
parent181cd13bccbf95f91770c8d15aeafdeab06f266e (diff)
downloadpkgsrc-9f534afdb66dea50c8cbcf3b69243e14132453f6.tar.gz
Also if Linux, then the local suffix is "mo" and include the gettext-lib.
Diffstat (limited to 'comms')
-rw-r--r--comms/lrzsz/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
index f12382419e8..88f531b6c5b 100644
--- a/comms/lrzsz/Makefile
+++ b/comms/lrzsz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/12/05 20:49:55 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2005/12/27 18:07:21 reed Exp $
DISTNAME= lrzsz-0.12.20
CATEGORIES= comms
@@ -15,7 +15,8 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix")
+.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" \
+ || ${OPSYS} == "Linux")
. include "../../devel/gettext-lib/buildlink3.mk"
LOCALE_SUFFIX= mo
.else