pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/php-pthreads Make option checking match other pl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/496432428dab
branches: trunk
changeset: 356435:496432428dab
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 31 09:23:06 2016 +0000
description:
Make option checking match other places.
diffstat:
devel/php-pthreads/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dca025cd3df2 -r 496432428dab devel/php-pthreads/Makefile
--- a/devel/php-pthreads/Makefile Sat Dec 31 09:15:00 2016 +0000
+++ b/devel/php-pthreads/Makefile Sat Dec 31 09:23:06 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/09/11 17:03:26 taca Exp $
+# $NetBSD: Makefile,v 1.6 2016/12/31 09:23:06 wiz Exp $
MODNAME= pthreads
PECL_VERSION= 2.0.10
@@ -21,7 +21,7 @@
.include "../../lang/php/phpversion.mk"
-.if empty(PKG_OPTIONS.${PHP_PKG_PREFIX}:Mmaintainer-zts)
+.if empty(PKG_BUILD_OPTIONS.${PHP_PKG_PREFIX}:Mmaintainer-zts)
BROKEN= Requires the maintainer-zts option enabled in PHP.
.endif
Home |
Main Index |
Thread Index |
Old Index