diff options
author | shattered <shattered> | 2010-10-31 09:08:11 +0000 |
---|---|---|
committer | shattered <shattered> | 2010-10-31 09:08:11 +0000 |
commit | f5bf95c077509b8db8c13c5cdfc7c0a937d09218 (patch) | |
tree | fe5c60e183dc17101985c2cc0245a0d03a018e4b | |
parent | b5da9972581384dc18c37834d07ed8e20c0052e9 (diff) | |
download | pkgsrc-f5bf95c077509b8db8c13c5cdfc7c0a937d09218.tar.gz |
This package is BSD-specific; set ONLY_FOR_PLATFORM.
-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 b00d428db5c..eb0287eae48 100644 --- a/devel/libscsi/Makefile +++ b/devel/libscsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/07/08 14:02:49 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2010/10/31 09:08:11 shattered 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 -NOT_FOR_PLATFORM= Interix-*-* +ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* NetBSD-*-* OpenBSD-*-* PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |