diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 13:05:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 13:05:28 +0000 |
commit | abb6099161560894580437fdae73fc2902c3ce4b (patch) | |
tree | d20b5af498457001e4aca0709ecdb48e550e0edf /comms/lrzsz | |
parent | 32a4149e4a23d77ed0aac73e3b4736cb7a461b85 (diff) | |
download | pkgsrc-abb6099161560894580437fdae73fc2902c3ce4b.tar.gz |
Fix build on Interix, and properly depend on gettext-lib for platforms
using that.
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 f93b62544b2..9b05438d91e 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/03/23 04:41:00 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/01/21 13:05:28 tv Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:29 obrien Exp DISTNAME= lrzsz-0.12.20 @@ -18,7 +18,8 @@ CONFIGURE_ARGS+= --with-catgets .include "../../mk/bsd.prefs.mk" -.ifdef (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") +.ifdef (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "Interix") +. include "../../devel/gettext-lib/buildlink3.mk" LOCALE_SUFFIX= mo .else LOCALE_SUFFIX= cat |