diff options
author | gdt <gdt> | 2007-08-22 22:49:12 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-08-22 22:49:12 +0000 |
commit | afc0cbd496385556bda30d008788267b0f4801a6 (patch) | |
tree | d28e5ac79dd3c823bf454126fa9f203f9290b580 /sysutils | |
parent | fbb1da63ee9c2b87c895518031c1710965d8245f (diff) | |
download | pkgsrc-afc0cbd496385556bda30d008788267b0f4801a6.tar.gz |
# subdir build in libs, followed by linking with it, without .WAIT
MAKE_JOBS_SAFE= NO
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pciutils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 25d3a31f925..1fe5b4515bd 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2007/08/22 22:49:12 gdt Exp $ DISTNAME= pciutils-2.1.11 PKGREVISION= 1 @@ -11,6 +11,9 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://mj.ucw.cz/pciutils.shtml COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) +# subdir build in libs, followed by linking with it, without .WAIT +MAKE_JOBS_SAFE= NO + USE_TOOLS+= gmake ONLY_FOR_PLATFORM+= AIX-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* |