diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-11 22:17:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-11 22:17:09 +0800 |
commit | 372e72617c31db1c4581fe4afef7c94d27f954a4 (patch) | |
tree | 3035fb693d0f6c197a3f776f43f796ebfdc43304 /devel/pear-PHP_Beautifier | |
parent | 7ea80974619b4e706ed8d000dd3fcf00570d4de1 (diff) | |
download | freebsd-ports-gnome-372e72617c31db1c4581fe4afef7c94d27f954a4.tar.gz freebsd-ports-gnome-372e72617c31db1c4581fe4afef7c94d27f954a4.tar.zst freebsd-ports-gnome-372e72617c31db1c4581fe4afef7c94d27f954a4.zip |
- Fix depends after pear-log update
- Bump PORTREVISION
Diffstat (limited to 'devel/pear-PHP_Beautifier')
-rw-r--r-- | devel/pear-PHP_Beautifier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pear-PHP_Beautifier/Makefile b/devel/pear-PHP_Beautifier/Makefile index d7a057754351..584661b91553 100644 --- a/devel/pear-PHP_Beautifier/Makefile +++ b/devel/pear-PHP_Beautifier/Makefile @@ -7,12 +7,13 @@ PORTNAME= PHP_Beautifier PORTVERSION= 0.1.12 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR beautifier for PHP -BUILD_DEPENDS= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log +BUILD_DEPENDS= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= tokenizer |