diff options
author | grant <grant> | 2004-06-15 14:05:28 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-15 14:05:28 +0000 |
commit | 78d2cf79781029af1364d71b3bfafd27fd11ead3 (patch) | |
tree | 14a919510fb731240e4e929c6d9e9f83f38344b2 /sysutils/pciutils | |
parent | 384ea8aae3ac22f881117d2cccf2b6ca9a01a749 (diff) | |
download | pkgsrc-78d2cf79781029af1364d71b3bfafd27fd11ead3.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/Makefile | 4 |
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" |