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 /databases/pear-DB_QueryTool | |
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 'databases/pear-DB_QueryTool')
-rw-r--r-- | databases/pear-DB_QueryTool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/pear-DB_QueryTool/Makefile b/databases/pear-DB_QueryTool/Makefile index 3e7af80f8384..b27a1d8a0039 100644 --- a/databases/pear-DB_QueryTool/Makefile +++ b/databases/pear-DB_QueryTool/Makefile @@ -7,13 +7,14 @@ PORTNAME= DB_QueryTool PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ - ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log + ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= DB |