aboutsummaryrefslogtreecommitdiff
path: root/net/pecl-oauth2
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-10-13 17:51:22 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-10-13 17:51:22 +0000
commit8de0563418d7277f4aa29c23693327b6815b09b3 (patch)
tree08a65e64e846f755ff1688155cf5f94996c7c03d /net/pecl-oauth2
parent1ff6a5f2d4945f0233c1aabd7cfb435324900ddc (diff)
downloadports-8de0563418d7277f4aa29c23693327b6815b09b3.tar.gz
ports-8de0563418d7277f4aa29c23693327b6815b09b3.zip
net/pecl-oauth2: Fix build with PHP 7.3
Notes
Notes: svn path=/head/; revision=482001
Diffstat (limited to 'net/pecl-oauth2')
-rw-r--r--net/pecl-oauth2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile
index 2d75173bab26..235c082b433f 100644
--- a/net/pecl-oauth2/Makefile
+++ b/net/pecl-oauth2/Makefile
@@ -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