aboutsummaryrefslogtreecommitdiffstats
path: root/net/pecl-oauth2
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2018-03-20 10:20:07 +0800
committerdbaio <dbaio@FreeBSD.org>2018-03-20 10:20:07 +0800
commit726834a1aa100e6c4620ae8c55adc6ffc1cce0cc (patch)
treef0ed697e0a51eb14113d86eb29bb31f32f4a26b8 /net/pecl-oauth2
parentfa324bf3365b06658fff457e5db89455ede5c583 (diff)
downloadfreebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.tar.gz
freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.tar.zst
freebsd-ports-gnome-726834a1aa100e6c4620ae8c55adc6ffc1cce0cc.zip
Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together Reported by: mat
Diffstat (limited to 'net/pecl-oauth2')
-rw-r--r--net/pecl-oauth2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile
index adc89121dbde..7f070cf0f714 100644
--- a/net/pecl-oauth2/Makefile
+++ b/net/pecl-oauth2/Makefile
@@ -10,11 +10,10 @@ COMMENT= Php interface to the OAuth Protocol
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-IGNORE_WITH_PHP= 56
-
LIB_DEPENDS= libcurl.so:ftp/curl
USES= php:pecl
+IGNORE_WITH_PHP= 56
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib