diff options
author | reed <reed@pkgsrc.org> | 2005-12-27 18:07:21 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-12-27 18:07:21 +0000 |
commit | 9f534afdb66dea50c8cbcf3b69243e14132453f6 (patch) | |
tree | bba51dd649c5331128c7e337189b86ea9873cc79 /comms/lrzsz | |
parent | 181cd13bccbf95f91770c8d15aeafdeab06f266e (diff) | |
download | pkgsrc-9f534afdb66dea50c8cbcf3b69243e14132453f6.tar.gz |
Also if Linux, then the local suffix is "mo" and include the gettext-lib.
Diffstat (limited to 'comms/lrzsz')
-rw-r--r-- | comms/lrzsz/Makefile | 5 |
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 |