svn commit: r482001 - head/net/pecl-oauth2

Danilo G. Baio dbaio at FreeBSD.org
Sat Oct 13 17:51:23 UTC 2018


Author: dbaio
Date: Sat Oct 13 17:51:22 2018
New Revision: 482001
URL: https://svnweb.freebsd.org/changeset/ports/482001

Log:
  net/pecl-oauth2: Fix build with PHP 7.3

Modified:
  head/net/pecl-oauth2/Makefile

Modified: head/net/pecl-oauth2/Makefile
==============================================================================
--- head/net/pecl-oauth2/Makefile	Sat Oct 13 17:50:36 2018	(r482000)
+++ head/net/pecl-oauth2/Makefile	Sat Oct 13 17:51:22 2018	(r482001)
@@ -10,10 +10,11 @@ COMMENT=	Php interface to the OAuth Protocol
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libcurl.so:ftp/curl
+LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libpcre.so:devel/pcre
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	56 73
+IGNORE_WITH_PHP=	56
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list