From 45721f25b9baa9ce24e77da339285f5d537c8025 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 4 Apr 2015 13:09:54 +0000 Subject: Needs to be if empty, not if !empty --- devel/php-pthreads/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/php-pthreads/Makefile b/devel/php-pthreads/Makefile index 8038db930e9..a30f7aef942 100644 --- a/devel/php-pthreads/Makefile +++ b/devel/php-pthreads/Makefile @@ -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 @@ USE_LIBTOOL= yes .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 -- cgit v1.2.3