pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/devkitd Do not allow NetBSD<5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/79b96dd1af01
branches: trunk
changeset: 565392:79b96dd1af01
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 22 10:12:12 2009 +0000
description:
Do not allow NetBSD<5.
Reported by kre in PR 42077.
diffstat:
sysutils/devkitd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5b5d3414369b -r 79b96dd1af01 sysutils/devkitd/Makefile
--- a/sysutils/devkitd/Makefile Tue Sep 22 09:17:50 2009 +0000
+++ b/sysutils/devkitd/Makefile Tue Sep 22 10:12:12 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/09/16 19:03:48 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/09/22 10:12:12 wiz Exp $
#
DISTNAME= devkitd-jmcneill-003
@@ -13,7 +13,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-ONLY_FOR_PLATFORM= NetBSD-*-*
+ONLY_FOR_PLATFORM= NetBSD-[5-9]*-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
Home |
Main Index |
Thread Index |
Old Index