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_Sqlite_Tools/Makefile | |
parent | 7ea80974619b4e706ed8d000dd3fcf00570d4de1 (diff) | |
download | freebsd-ports-graphics-372e72617c31db1c4581fe4afef7c94d27f954a4.tar.gz freebsd-ports-graphics-372e72617c31db1c4581fe4afef7c94d27f954a4.tar.zst freebsd-ports-graphics-372e72617c31db1c4581fe4afef7c94d27f954a4.zip |
- Fix depends after pear-log update
- Bump PORTREVISION
Diffstat (limited to 'databases/pear-DB_Sqlite_Tools/Makefile')
-rw-r--r-- | databases/pear-DB_Sqlite_Tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile index 33caeedc5a2..10b8c51c99b 100644 --- a/databases/pear-DB_Sqlite_Tools/Makefile +++ b/databases/pear-DB_Sqlite_Tools/Makefile @@ -7,13 +7,14 @@ PORTNAME= DB_Sqlite_Tools PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org COMMENT= an object oriented interface to backup Sqlite databases BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \ - ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log + ${PEARDIR}/Log/null.phpLog/null.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= DB |