diff options
author | taca <taca@pkgsrc.org> | 2015-12-25 01:18:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-25 01:18:10 +0000 |
commit | 85a5ed5a2f4825e3c25929e69113c45b7fdd7108 (patch) | |
tree | ab4b4a1157aab1dd514df946fe2e5f4cc33bff6d /textproc | |
parent | 23be489bc5bb8f6945e1cd3d93d9313d630141a9 (diff) | |
download | pkgsrc-85a5ed5a2f4825e3c25929e69113c45b7fdd7108.tar.gz |
More packages currently incompatible with php70.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-sphinx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-sphinx/Makefile b/textproc/php-sphinx/Makefile index f8b41c8826f..cd90e42c648 100644 --- a/textproc/php-sphinx/Makefile +++ b/textproc/php-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/10/22 10:53:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2015/12/25 01:18:10 taca Exp $ MODNAME= sphinx PECL_VERSION= 1.3.3 @@ -9,6 +9,8 @@ HOMEPAGE= http://pecl.php.net/package/sphinx/ COMMENT= Client extension for Sphinx LICENSE= php +PHP_VERSIONS_ACCEPTED= 55 56 + CONFIGURE_ARGS+= --with-sphinx=${BUILDLINK_PREFIX.sphinxsearch} .include "../../lang/php/ext.mk" |