pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dmidecode Fix typo in ONLY_FOR_PLATFORM to en...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eabbcaa3346
branches:  trunk
changeset: 488714:1eabbcaa3346
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 07 12:42:20 2005 +0000

description:
Fix typo in ONLY_FOR_PLATFORM to enable it for amd64.
>From Nicolas Joly in PR 29264.

diffstat:

 sysutils/dmidecode/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 413ab81db77d -r 1eabbcaa3346 sysutils/dmidecode/Makefile
--- a/sysutils/dmidecode/Makefile       Mon Feb 07 12:26:55 2005 +0000
+++ b/sysutils/dmidecode/Makefile       Mon Feb 07 12:42:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 00:00:36 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/07 12:42:20 wiz Exp $
 #
 
 DISTNAME=      dmidecode-2.5
@@ -10,6 +10,6 @@
 COMMENT=       Print out DMI (SMBIOS) table in human-readable format
 
 NO_BUILDLINK=  YES
-ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index