diff options
author | marino <marino@pkgsrc.org> | 2011-11-22 10:47:14 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-22 10:47:14 +0000 |
commit | 366c319c3e832fb90d3f30be533216c697cc14da (patch) | |
tree | 05fa369bb7fcecb7a3f8daf2f6dd45963796fc14 | |
parent | 6b9d5467797f4a6c23ad1607570ea51d63c2331c (diff) | |
download | pkgsrc-366c319c3e832fb90d3f30be533216c697cc14da.tar.gz |
devel/libscsi: Disable FreeBSD and DragonFly
The FreeBSD SCSI library, on which this package is based, was removed in
1998 and replaced with CAM-SCSI. DragonFly never had it. Neither
platform has the required <sys/scsiio.h>. Other patches are
NetBSD-specific, so the scope of this package must be narrowed once again.
-rw-r--r-- | devel/libscsi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libscsi/Makefile b/devel/libscsi/Makefile index eb0287eae48..a27033c0b52 100644 --- a/devel/libscsi/Makefile +++ b/devel/libscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2010/10/31 09:08:11 shattered Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/22 10:47:14 marino Exp $ # DISTNAME= libscsi-1.6 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.emsi.priv.at/pub/netbsd/contrib/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= FreeBSD SCSI user library -ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* OpenBSD-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |