diff options
author | tv <tv> | 2005-01-21 13:05:28 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-21 13:05:28 +0000 |
commit | 23f7ee1728eadf7e15e508ed0656ed1dce02e884 (patch) | |
tree | d20b5af498457001e4aca0709ecdb48e550e0edf /comms/lrzsz | |
parent | 2f6b2d0a8ecaf6c47768706660ca06253b1b89b7 (diff) | |
download | pkgsrc-23f7ee1728eadf7e15e508ed0656ed1dce02e884.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 |