diff options
author | tv <tv@pkgsrc.org> | 2005-01-19 16:11:41 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-19 16:11:41 +0000 |
commit | c147da3169d39ffeeb0ef4c2be294513bcfa32ab (patch) | |
tree | d5c3ce1832e6862ef85390852384e67d255b1401 /converters/hztty/Makefile | |
parent | 6c126d349083a0be4d9cb2b1d1e482a59a76d5cf (diff) | |
download | pkgsrc-c147da3169d39ffeeb0ef4c2be294513bcfa32ab.tar.gz |
Fix build on Interix (mostly SVR4ish in its pty/utmp implementation).
Diffstat (limited to 'converters/hztty/Makefile')
-rw-r--r-- | converters/hztty/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/converters/hztty/Makefile b/converters/hztty/Makefile index 76821650be7..d5f807507c1 100644 --- a/converters/hztty/Makefile +++ b/converters/hztty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/19 16:11:41 tv Exp $ DISTNAME= hztty-2.0 CATEGORIES= converters @@ -13,7 +13,13 @@ COMMENT= Turns a tty session between Big5/GB/HZ/Unicode PKG_INSTALLATION_TYPES= overwrite pkgviews +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Interix" +BUILD_TARGET= svr4 +.else BUILD_TARGET= bsd +.endif INSTALLATION_DIRS= bin man/man1 |