pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/top Note that top can't be built on NetBSD-1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62b6e7eb490f
branches:  trunk
changeset: 477915:62b6e7eb490f
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Jul 11 18:42:26 2004 +0000

description:
Note that top can't be built on NetBSD-1.6 and above.

diffstat:

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

diffs (18 lines):

diff -r 55de7d625c30 -r 62b6e7eb490f sysutils/top/Makefile
--- a/sysutils/top/Makefile     Sun Jul 11 18:41:09 2004 +0000
+++ b/sysutils/top/Makefile     Sun Jul 11 18:42:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/02/22 07:32:36 grant Exp $
+# $NetBSD: Makefile,v 1.29 2004/07/11 18:42:26 cube Exp $
 # FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
 #
 
@@ -14,6 +14,8 @@
 HAS_CONFIGURE=         yes
 CONFIGURE_SCRIPT=      ./Configure
 
+NOT_FOR_PLATFORM=      NetBSD-1.6*-* NetBSD-2.*-*
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD"



Home | Main Index | Thread Index | Old Index