pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-pthreads
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 31 09:23:06 UTC 2016
Modified Files:
pkgsrc/devel/php-pthreads: Makefile
Log Message:
Make option checking match other places.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/php-pthreads/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-pthreads/Makefile
diff -u pkgsrc/devel/php-pthreads/Makefile:1.5 pkgsrc/devel/php-pthreads/Makefile:1.6
--- pkgsrc/devel/php-pthreads/Makefile:1.5 Sun Sep 11 17:03:26 2016
+++ pkgsrc/devel/php-pthreads/Makefile Sat Dec 31 09:23:06 2016
@@ -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 @@ USE_LIBTOOL= yes
.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