diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-26 10:25:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-26 10:25:22 +0000 |
commit | 4e896d9f1f98c39a6c6c46464ce9be7b081bc487 (patch) | |
tree | 98351031451f6f5dbc56d4146399dc5eac19b5e0 | |
parent | 21ea85acf35dd45a1e7eb52ca82c6d1dd37295f3 (diff) | |
download | pkgsrc-4e896d9f1f98c39a6c6c46464ce9be7b081bc487.tar.gz |
Set USE_BUILDLINK3.
-rw-r--r-- | sysutils/pciutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index 62e366a3ccd..388f632e41f 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/24 15:06:58 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/26 10:25:22 wiz Exp $ DISTNAME= pciutils-2.1.11 CATEGORIES= sysutils @@ -10,6 +10,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml COMMENT= PCI bus manipulation utility similar to NetBSD pcictl(8) +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" |