Date: Tue, 21 Sep 2021 22:24:57 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3607baf7b682 - main - devel/pear-Structures_DataGrid: Change the way *_DEPENDS are set Message-ID: <202109212224.18LMOvAl038496@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3607baf7b6820a27df9cca7c46de83eb9669dae7 commit 3607baf7b6820a27df9cca7c46de83eb9669dae7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 22:13:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 22:23:27 +0000 devel/pear-Structures_DataGrid: Change the way *_DEPENDS are set --- devel/pear-Structures_DataGrid/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/pear-Structures_DataGrid/Makefile b/devel/pear-Structures_DataGrid/Makefile index 9148afdd3c6f..c5b853dc0754 100644 --- a/devel/pear-Structures_DataGrid/Makefile +++ b/devel/pear-Structures_DataGrid/Makefile @@ -9,9 +9,10 @@ COMMENT= Full-featured tabular structured data management package LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR} +RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Table>=0:devel/pear-Console_Table@${PHP_FLAVOR} USES= pear + NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212224.18LMOvAl038496>