summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2009-09-22 10:12:12 +0000
committerwiz <wiz>2009-09-22 10:12:12 +0000
commit71830610f4c9a655e54760d7154d3dbd9bb95188 (patch)
treee6a6bebe9fc384a8bc32274641572995a46df05c /sysutils
parent9c9a8bb9b8e0759e3401acec47fda7caad04ceea (diff)
downloadpkgsrc-71830610f4c9a655e54760d7154d3dbd9bb95188.tar.gz
Do not allow NetBSD<5.
Reported by kre in PR 42077.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/devkitd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/devkitd/Makefile b/sysutils/devkitd/Makefile
index 3668b9dabe3..5500ab60708 100644
--- a/sysutils/devkitd/Makefile
+++ b/sysutils/devkitd/Makefile
@@ -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 @@ LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
-ONLY_FOR_PLATFORM= NetBSD-*-*
+ONLY_FOR_PLATFORM= NetBSD-[5-9]*-*
GNU_CONFIGURE= yes
USE_LIBTOOL= yes