summaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
authorgrant <grant>2004-06-15 14:05:28 +0000
committergrant <grant>2004-06-15 14:05:28 +0000
commit12be11a091562159378a6a7f0ecc9bdf654b987b (patch)
tree14a919510fb731240e4e929c6d9e9f83f38344b2 /sysutils/pciutils
parent4bb705eaafd2102ad9123427f8c420888a3f1540 (diff)
downloadpkgsrc-12be11a091562159378a6a7f0ecc9bdf654b987b.tar.gz
this package advertises as only being for Linux, AIX, FreeBSD and
NetBSD. make it so.
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index 388f632e41f..cb8463bb2d3 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/26 10:25:22 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/15 14:05:28 grant Exp $
DISTNAME= pciutils-2.1.11
CATEGORIES= sysutils
@@ -13,6 +13,8 @@ COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8)
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
+ONLY_FOR_PLATFORM+= AIX-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"