1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

devel/pear-Structures_DataGrid: Change the way *_DEPENDS are set

This commit is contained in:
Po-Chuan Hsieh 2021-09-22 06:13:11 +08:00
parent 8feefb41ff
commit 3607baf7b6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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>