summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorreed <reed>2005-12-27 18:07:21 +0000
committerreed <reed>2005-12-27 18:07:21 +0000
commit8bfcb87ef7b70df65580b210d40574e89d162d2f (patch)
treebba51dd649c5331128c7e337189b86ea9873cc79 /comms
parentb659fe2bf86ad49967e2b30dbdc45c9c326acda4 (diff)
downloadpkgsrc-8bfcb87ef7b70df65580b210d40574e89d162d2f.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