summaryrefslogtreecommitdiff
path: root/textproc/php-sphinx
diff options
context:
space:
mode:
authortaca <taca>2015-12-25 01:18:10 +0000
committertaca <taca>2015-12-25 01:18:10 +0000
commit9694759f59e200c101be8166844a88932d6b7867 (patch)
treeab4b4a1157aab1dd514df946fe2e5f4cc33bff6d /textproc/php-sphinx
parentc6a14b91f3f66039c47fce5d1bc0eaf883fb21ba (diff)
downloadpkgsrc-9694759f59e200c101be8166844a88932d6b7867.tar.gz
More packages currently incompatible with php70.
Diffstat (limited to 'textproc/php-sphinx')
-rw-r--r--textproc/php-sphinx/Makefile4
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"