hal: avoid version checking that would've benefitted netbsd<5
(And hurt netbsd>=10)
This commit is contained in:
parent
579fd574e7
commit
46d6f3b0b4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.88 2020/03/08 16:48:11 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.89 2020/04/29 19:50:02 maya Exp $
|
||||
|
||||
DISTNAME= hal-0.5.14
|
||||
PKGREVISION= 23
|
||||
|
@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --with-eject=/usr/sbin/cdcontrol
|
|||
CONFIGURE_ARGS+= --with-backend=freebsd
|
||||
PLIST_SRC= PLIST.FreeBSD PLIST
|
||||
|
||||
.elif !empty(MACHINE_PLATFORM:MNetBSD-[5-9]*)
|
||||
.elif ${OPSYS} == "NetBSD"
|
||||
.include "../../devel/libvolume_id/buildlink3.mk"
|
||||
CONFIGURE_ARGS+= --with-backend=netbsd
|
||||
HAL_GROUP= operator
|
||||
|
|
Loading…
Reference in a new issue