diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 19:02:46 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 19:02:46 +0000 |
commit | 96419615e236f861a4917262a7963f4f2109ed42 (patch) | |
tree | 91166680c70f1174f36086a9cf4931133700a95a | |
parent | ee4d4abb22ca82b6b8701d317487d8578231efa0 (diff) | |
download | pkgsrc-96419615e236f861a4917262a7963f4f2109ed42.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | sysutils/mtscan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mtscan/Makefile b/sysutils/mtscan/Makefile index 212f68439f6..3b09f25baec 100644 --- a/sysutils/mtscan/Makefile +++ b/sysutils/mtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:27 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/11/01 19:02:46 tv Exp $ DISTNAME= mtscan-20050129 CATEGORIES= sysutils @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mail-index.netbsd.org/port-i386/2005/01/29/0011.html COMMENT= Magtape scanner - reports record and file-mark structure +NOT_FOR_PLATFORM= Interix-*-* # no local tape ioctls + NO_CHECKSUM= yes INSTALLATION_DIRS= bin |