Do not allow NetBSD<5.
Reported by kre in PR 42077.
This commit is contained in:
parent
a42e90b053
commit
4462ea06b9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue