Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2018 11:12:14 +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: r480574 - head/graphics/php-geos
Message-ID:  <201809241112.w8OBCEoQ025558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 24 11:12:14 2018
New Revision: 480574
URL: https://svnweb.freebsd.org/changeset/ports/480574

Log:
  Use USES=localbase:ldflags

Modified:
  head/graphics/php-geos/Makefile

Modified: head/graphics/php-geos/Makefile
==============================================================================
--- head/graphics/php-geos/Makefile	Mon Sep 24 11:12:09 2018	(r480573)
+++ head/graphics/php-geos/Makefile	Mon Sep 24 11:12:14 2018	(r480574)
@@ -21,8 +21,7 @@ LICENSE_FILE_MIT=	${WRKSRC}/MIT-LICENSE
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libgeos_c.so:graphics/geos
 
-LDFLAGS+=	-L${PREFIX}/lib
-USES=		php:ext
+USES=		localbase:ldflags php:ext
 
 WRKSRC=		${WRKDIR}/php-${PORTNAME}
 



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