Index: head/graphics/php-facedetect/Makefile =================================================================== --- head/graphics/php-facedetect/Makefile (revision 472371) +++ head/graphics/php-facedetect/Makefile (revision 472372) @@ -1,29 +1,28 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= facedetect PORTVERSION= 1.1 PORTREVISION= 7 CATEGORIES= graphics PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= mm@FreeBSD.org COMMENT= Face detection extension for PHP using OpenCV library LICENSE= PHP30 LIB_DEPENDS= libopencv_objdetect.so:graphics/opencv USE_GITHUB= yes GH_ACCOUNT= infusion GH_PROJECT= PHP-Facedetect GH_TAGNAME= 4b1dfe1 -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lopencv_core +LIBS+= -lopencv_core -USES= php:ext +USES= localbase php:ext CONFIGURE_ARGS+= --with-facedetect .include Index: head/graphics/php-facedetect/pkg-descr =================================================================== --- head/graphics/php-facedetect/pkg-descr (revision 472371) +++ head/graphics/php-facedetect/pkg-descr (revision 472372) @@ -1,6 +1,6 @@ This extension provides a PHP implementation of the OpenCV library. The extension offers two new functions. In principle, they differ only by their return value. The first returns only the number of faces found on the given image and the other an associative array of their coordinates. -WWW: http://www.xarg.org/project/php-facedetect/ +WWW: https://www.xarg.org/project/php-facedetect/