diff options
author | tv <tv> | 2005-10-31 19:57:24 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-31 19:57:24 +0000 |
commit | f9e0d68c6b2c4ca9c389a80586df0c6db77ea71b (patch) | |
tree | 17f3f422aa8afb3a3289007bfd12402642dbc941 /devel/libscsi/Makefile | |
parent | 86029030ccfde0f6ef3e06c1cbb4ce710a3d16d2 (diff) | |
download | pkgsrc-f9e0d68c6b2c4ca9c389a80586df0c6db77ea71b.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'devel/libscsi/Makefile')
-rw-r--r-- | devel/libscsi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile index a0e0c692991..c0887473c2b 100644 --- a/devel/libscsi/Makefile +++ b/devel/libscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/31 16:47:48 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/31 19:57:24 tv Exp $ # DISTNAME= libscsi-1.6 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= FreeBSD SCSI user library +NOT_FOR_PLATFORM= Interix-*-* + PKG_INSTALLATION_TYPES= overwrite pkgviews MAKE_ENV= LIBDIR=${PREFIX}/lib MANDIR=${PREFIX}/man NOPIC=1 NOPROFILE=1 |