diff options
author | tv <tv@pkgsrc.org> | 2005-01-21 02:33:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-21 02:33:47 +0000 |
commit | f2e9270b55fde0bad8c655925b7d43a204c7d27f (patch) | |
tree | 054b55fe9501376855cc783ed32da8c6e8c50994 /archivers | |
parent | 14e4ea36f2cfd3df47fff698b5de762f2e02c2fb (diff) | |
download | pkgsrc-f2e9270b55fde0bad8c655925b7d43a204c7d27f.tar.gz |
Mark as not for Interix.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/mousetar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index c02a4039098..abffbe1beb6 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/08/18 18:40:36 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/21 02:33:47 tv Exp $ # DISTNAME= mousetar-20021217 @@ -12,6 +12,8 @@ COMMENT= der Mouse's version of tar program PKG_INSTALLATION_TYPES= overwrite pkgviews +NOT_FOR_PLATFORM+= Interix-*-* # no sys/mtio.h tape support + WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes |