aboutsummaryrefslogtreecommitdiff
path: root/net/pecl-oauth2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-01 06:50:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-01 06:50:55 +0000
commitab59c7e0e1cbb282d6ecd7a12d029e31f5f1fd6b (patch)
treecfb0311d5b507892f17a4170296532537fe125a2 /net/pecl-oauth2
parent06c1f840ae4a3bf9eded06514b0b205dada87fef (diff)
downloadports-ab59c7e0e1cbb282d6ecd7a12d029e31f5f1fd6b.tar.gz
ports-ab59c7e0e1cbb282d6ecd7a12d029e31f5f1fd6b.zip
Use USES=localbase:ldflags
PR: 244413 Submitted by: sunpoet (myself) Approved by: dbaio (maintainer)
Notes
Notes: svn path=/head/; revision=527534
Diffstat (limited to 'net/pecl-oauth2')
-rw-r--r--net/pecl-oauth2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/pecl-oauth2/Makefile b/net/pecl-oauth2/Makefile
index fa68c1a3a98b..6266e8a9cb54 100644
--- a/net/pecl-oauth2/Makefile
+++ b/net/pecl-oauth2/Makefile
@@ -13,10 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcurl.so:ftp/curl \
libpcre.so:devel/pcre
-USES= php:pecl
+USES= localbase:ldflags php:pecl
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
CONFLICTS= pecl-oauth-1*