svn commit: r509668 - head/devel/pecl-ds
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 24 00:07:45 UTC 2019
Author: sunpoet
Date: Sat Aug 24 00:07:45 2019
New Revision: 509668
URL: https://svnweb.freebsd.org/changeset/ports/509668
Log:
Update USES=php and USE_PHP usage
Modified:
head/devel/pecl-ds/Makefile
Modified: head/devel/pecl-ds/Makefile
==============================================================================
--- head/devel/pecl-ds/Makefile Sat Aug 24 00:07:39 2019 (r509667)
+++ head/devel/pecl-ds/Makefile Sat Aug 24 00:07:45 2019 (r509668)
@@ -11,7 +11,7 @@ COMMENT= Data Structures for PHP
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= localbase php:build,pecl
-USE_PHP= json
+USES= localbase php:pecl
+USE_PHP= json:build
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list