Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 17:51:23 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482001 - head/net/pecl-oauth2
Message-ID:  <201810131751.w9DHpNY1012019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810131751.w9DHpNY1012019>