Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 06:50:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527534 - head/net/pecl-oauth2
Message-ID:  <202003010650.0216ouoW096755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  1 06:50:55 2020
New Revision: 527534
URL: https://svnweb.freebsd.org/changeset/ports/527534

Log:
  Use USES=localbase:ldflags
  
  PR:		244413
  Submitted by:	sunpoet (myself)
  Approved by:	dbaio (maintainer)

Modified:
  head/net/pecl-oauth2/Makefile

Modified: head/net/pecl-oauth2/Makefile
==============================================================================
--- head/net/pecl-oauth2/Makefile	Sun Mar  1 06:50:50 2020	(r527533)
+++ head/net/pecl-oauth2/Makefile	Sun Mar  1 06:50:55 2020	(r527534)
@@ -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*



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