summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-04-29 19:50:02 +0000
committermaya <maya@pkgsrc.org>2020-04-29 19:50:02 +0000
commit874805b3ce8fd33fbca187f672a5a08664dca802 (patch)
tree968e1845d14044a82b57ae02ac24a1ad0363b1be /sysutils
parentf6676b069b5ba04317f1f6e1f466aaa40d2e4f97 (diff)
downloadpkgsrc-874805b3ce8fd33fbca187f672a5a08664dca802.tar.gz
hal: avoid version checking that would've benefitted netbsd<5
(And hurt netbsd>=10)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 3b2c09d0e47..1227701ac37 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -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