diff options
author | nia <nia@pkgsrc.org> | 2021-11-09 12:04:43 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-11-09 12:04:43 +0000 |
commit | 692a0937764027cf746e6fc43eb65a17a5a971cb (patch) | |
tree | 39fc28fc05b955002c8398419dd5c6e505fd7ca8 /comms/asterisk16 | |
parent | 554e2e262eee220da126d5f2d6f3688abc0d97e3 (diff) | |
download | pkgsrc-692a0937764027cf746e6fc43eb65a17a5a971cb.tar.gz |
mk: For consistency, rename PKG_HAS_ to OPSYS_HAVE_.
Requested by jperkin.
Diffstat (limited to 'comms/asterisk16')
-rw-r--r-- | comms/asterisk16/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile index 3c048691a43..f9f7c125ec3 100644 --- a/comms/asterisk16/Makefile +++ b/comms/asterisk16/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2021/11/09 11:11:08 nia Exp $ +# $NetBSD: Makefile,v 1.84 2021/11/09 12:04:43 nia Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile @@ -120,7 +120,7 @@ BUILDLINK_TRANSFORM+= rm:-march=i386 .endif PLIST_VARS+= kqueue -.if defined(PKG_HAVE_KQUEUE) +.if defined(OPSYS_HAS_KQUEUE) PLIST.kqueue= yes .endif @@ -141,7 +141,7 @@ PLIST.mgcp= yes .endif PLIST_VARS+= timerfd -.if defined(PKG_HAVE_TIMERFD) +.if defined(OPSYS_HAS_TIMERFD) PLIST.timerfd= yes .endif |