pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/php-pthreads Needs to be if empty, not if !empty



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cdc1491252f
branches:  trunk
changeset: 649521:9cdc1491252f
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Apr 04 13:09:54 2015 +0000

description:
Needs to be if empty, not if !empty

diffstat:

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

diffs (18 lines):

diff -r 5f21c587ec69 -r 9cdc1491252f devel/php-pthreads/Makefile
--- a/devel/php-pthreads/Makefile       Sat Apr 04 12:55:28 2015 +0000
+++ b/devel/php-pthreads/Makefile       Sat Apr 04 13:09:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/03/26 04:04:43 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2015/04/04 13:09:54 rodent Exp $
 
 MODNAME=       pthreads
 PECL_VERSION=  2.0.10
@@ -19,7 +19,7 @@
 
 .include "../../lang/php/phpversion.mk"
 
-.if !empty(PKG_OPTIONS.${PHP_PKG_PREFIX}:Mmaintainer-zts)
+.if empty(PKG_OPTIONS.${PHP_PKG_PREFIX}:Mmaintainer-zts)
 BROKEN=                Requires the maintainer-zts option enabled in PHP.
 .endif
 



Home | Main Index | Thread Index | Old Index