pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/unit-php unit-php: Use PKG_FAIL_REASON instead of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1041b3f5a2c1
branches:  trunk
changeset: 448574:1041b3f5a2c1
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 10 16:40:15 2021 +0000

description:
unit-php: Use PKG_FAIL_REASON instead of BROKEN

diffstat:

 www/unit-php/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 471d5f048f40 -r 1041b3f5a2c1 www/unit-php/Makefile
--- a/www/unit-php/Makefile     Wed Mar 10 16:36:05 2021 +0000
+++ b/www/unit-php/Makefile     Wed Mar 10 16:40:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/03/10 16:35:17 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/03/10 16:40:15 nia Exp $
 
 PKGNAME=       unit-${LANG}${PHP_VERSION:R:S|.||g}-${UNIT_VERSION}
 COMMENT=       PHP module for NGINX Unit
@@ -21,7 +21,7 @@
 
 .include "${PHPPKGSRCDIR}/buildlink3.mk"
 .if empty(PKG_BUILD_OPTIONS.php:Mphp-embed)
-BROKEN=                "Requires the php-embed option enabled in PHP."
+PKG_FAIL_REASON=       "Requires the php-embed option enabled in PHP."
 .endif
 .include "../../www/unit/ext.mk"
 .include "../../www/unit/Makefile.common"



Home | Main Index | Thread Index | Old Index