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 | ec0bcae0d86f3716c985a9c058148ba7b9a3736a (patch) | |
tree | 054b55fe9501376855cc783ed32da8c6e8c50994 /archivers/mousetar | |
parent | a1397aab8fd68916d7435fd31c7bffc6e0a4faa9 (diff) | |
download | pkgsrc-ec0bcae0d86f3716c985a9c058148ba7b9a3736a.tar.gz |
Mark as not for Interix.
Diffstat (limited to 'archivers/mousetar')
-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 |