From 1d17edad8999ad76a55d8aa3a70d0f68dfd69447 Mon Sep 17 00:00:00 2001 From: tabthorpe Date: Sun, 25 Jan 2009 01:03:56 +0000 Subject: - Add additional dependancies - Bump PORTREVISION - Fix comment while I am here PR: ports/130692 Submitted by: Lapo Luchini Approved by: maintainer implicit --- shells/pear-PHP_Shell/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shells') diff --git a/shells/pear-PHP_Shell/Makefile b/shells/pear-PHP_Shell/Makefile index 9c988c3fce66..a37778f77c81 100644 --- a/shells/pear-PHP_Shell/Makefile +++ b/shells/pear-PHP_Shell/Makefile @@ -7,10 +7,13 @@ PORTNAME= PHP_Shell PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= shells www pear MAINTAINER= miwi@FreeBSD.org -COMMENT= A interactive PHP Shell +COMMENT= An interactive PHP Shell + +USE_PHP= pcre tokenizer readline BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -- cgit