diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-20 02:20:07 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-20 02:20:07 +0000 |
commit | 2f31d9527c440e4ba5115d6dbebfa032d47ac36b (patch) | |
tree | f0ed697e0a51eb14113d86eb29bb31f32f4a26b8 /net/pecl-oauth2 | |
parent | 9d086f15992bea9c8212d4d6dc702a13f026839b (diff) | |
download | ports-2f31d9527c440e4ba5115d6dbebfa032d47ac36b.tar.gz ports-2f31d9527c440e4ba5115d6dbebfa032d47ac36b.zip |
Fix order of IGNORE_WITH_PHP variable
Related with `USES=php` so is better to keep them together
Reported by: mat
Notes
Notes:
svn path=/head/; revision=465055
Diffstat (limited to 'net/pecl-oauth2')
-rw-r--r-- | net/pecl-oauth2/Makefile | 3 |
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 |