svn commit: r480574 - head/graphics/php-geos

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 24 11:12:16 UTC 2018


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}
 


More information about the svn-ports-head mailing list