diff options
Diffstat (limited to 'devel/pear-PHP_CompatInfo/Makefile')
-rw-r--r-- | devel/pear-PHP_CompatInfo/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/pear-PHP_CompatInfo/Makefile b/devel/pear-PHP_CompatInfo/Makefile index 34d0c6e0eda5..d6e764d269d5 100644 --- a/devel/pear-PHP_CompatInfo/Makefile +++ b/devel/pear-PHP_CompatInfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP_CompatInfo -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel pear MAINTAINER= chinsan@FreeBSD.org @@ -38,7 +38,8 @@ TESTS= checkMax.php sample_req6056.php _EXAMPLESDIR= docs/examples LATEST_LINK= pear-PHP_CompatInfo -OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off +OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off \ + PEAR_CONSOLE_GETARGS "PEAR::Console_Getargs support" off .include <bsd.port.pre.mk> @@ -46,5 +47,9 @@ OPTIONS= PEAR_CONSOLE_TABLE "PEAR::Console_Table support" off RUN_DEPENDS+= ${PEARDIR}/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table .endif +.if defined(WITH_PEAR_CONSOLE_GETARGS) +RUN_DEPENDS+= ${PEARDIR}/Console/Console_TestListener.php:${PORTSDIR}/devel/pear-Console_Getargs +.endif + .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |