Date: Tue, 27 Oct 2020 11:09:28 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553432 - head/graphics/php-facedetect Message-ID: <202010271109.09RB9Ser069158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Tue Oct 27 11:09:28 2020 New Revision: 553432 URL: https://svnweb.freebsd.org/changeset/ports/553432 Log: graphics/php-facedetect: add pkgconfig to USES Modified: head/graphics/php-facedetect/Makefile Modified: head/graphics/php-facedetect/Makefile ============================================================================== --- head/graphics/php-facedetect/Makefile Tue Oct 27 10:58:34 2020 (r553431) +++ head/graphics/php-facedetect/Makefile Tue Oct 27 11:09:28 2020 (r553432) @@ -3,7 +3,7 @@ PORTNAME= facedetect PORTVERSION= 1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ GH_TAGNAME= 2a8974b LIBS+= -lopencv_core -USES= localbase php:ext +USES= localbase php:ext pkgconfig CONFIGURE_ARGS+= --with-facedetect
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010271109.09RB9Ser069158>