svn commit: r527534 - head/net/pecl-oauth2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 06:50:57 UTC 2020


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*


More information about the svn-ports-all mailing list