svn commit: r553432 - head/graphics/php-facedetect

Martin Matuska mm at FreeBSD.org
Tue Oct 27 11:09:28 UTC 2020


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
 


More information about the svn-ports-all mailing list