summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-11-09 12:04:43 +0000
committernia <nia@pkgsrc.org>2021-11-09 12:04:43 +0000
commit692a0937764027cf746e6fc43eb65a17a5a971cb (patch)
tree39fc28fc05b955002c8398419dd5c6e505fd7ca8 /sysutils
parent554e2e262eee220da126d5f2d6f3688abc0d97e3 (diff)
downloadpkgsrc-692a0937764027cf746e6fc43eb65a17a5a971cb.tar.gz
mk: For consistency, rename PKG_HAS_ to OPSYS_HAVE_.
Requested by jperkin.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-IO-KQueue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-IO-KQueue/Makefile b/sysutils/p5-IO-KQueue/Makefile
index 97d30093b77..980e48f1c51 100644
--- a/sysutils/p5-IO-KQueue/Makefile
+++ b/sysutils/p5-IO-KQueue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/05/24 19:54:16 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2021/11/09 12:04:43 nia Exp $
DISTNAME= IO-KQueue-0.39
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
.include "../../mk/bsd.prefs.mk"
-.if !defined(PKG_HAVE_KQUEUE)
+.if !defined(OPSYS_HAS_KQUEUE)
PKG_FAIL_REASON+= "Requires kqueue(2)"
.endif