summaryrefslogtreecommitdiff
path: root/textproc/php-sphinx
diff options
context:
space:
mode:
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"