pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pciutils this package advertises as only bein...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba4e6e78c7ed
branches:  trunk
changeset: 476609:ba4e6e78c7ed
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 14:05:28 2004 +0000

description:
this package advertises as only being for Linux, AIX, FreeBSD and
NetBSD. make it so.

diffstat:

 sysutils/pciutils/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 73a75a6f5cda -r ba4e6e78c7ed sysutils/pciutils/Makefile
--- a/sysutils/pciutils/Makefile        Tue Jun 15 14:03:36 2004 +0000
+++ b/sysutils/pciutils/Makefile        Tue Jun 15 14:05:28 2004 +0000
@@ -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 @@
 USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        make
 
+ONLY_FOR_PLATFORM+=    AIX-*-* FreeBSD-*-* Linux-*-* NetBSD-*-*
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index