diff options
Diffstat (limited to 'devel/php-pthreads/Makefile')
-rw-r--r-- | devel/php-pthreads/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/php-pthreads/Makefile b/devel/php-pthreads/Makefile index a30f7aef942..c246a190540 100644 --- a/devel/php-pthreads/Makefile +++ b/devel/php-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/04/04 13:09:54 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:13 taca Exp $ MODNAME= pthreads PECL_VERSION= 2.0.10 @@ -11,6 +11,8 @@ LICENSE= php BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c +PHP_VERSIONS_ACCEPTED= 55 56 + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} USE_LANGUAGES+= c c++ |