diff options
Diffstat (limited to 'textproc/php-sphinx/Makefile')
-rw-r--r-- | textproc/php-sphinx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php-sphinx/Makefile b/textproc/php-sphinx/Makefile index cd90e42c648..af59cb16ed8 100644 --- a/textproc/php-sphinx/Makefile +++ b/textproc/php-sphinx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/12/25 01:18:10 taca Exp $ +# $NetBSD: Makefile,v 1.3 2016/09/11 17:03:28 taca Exp $ MODNAME= sphinx PECL_VERSION= 1.3.3 @@ -9,7 +9,7 @@ HOMEPAGE= http://pecl.php.net/package/sphinx/ COMMENT= Client extension for Sphinx LICENSE= php -PHP_VERSIONS_ACCEPTED= 55 56 +PHP_VERSIONS_ACCEPTED= 56 CONFIGURE_ARGS+= --with-sphinx=${BUILDLINK_PREFIX.sphinxsearch} |