git: 3607baf7b682 - main - devel/pear-Structures_DataGrid: Change the way *_DEPENDS are set
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Sep 21 22:24:58 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3607baf7b6820a27df9cca7c46de83eb9669dae7
commit 3607baf7b6820a27df9cca7c46de83eb9669dae7
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:11 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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>
More information about the dev-commits-ports-all
mailing list