diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 14:17:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-11 14:17:09 +0000 |
commit | d1842a519071955e6807ea8c26f167f48205a1cc (patch) | |
tree | bf936404a6b799e51234e34d47d74e0797931148 /databases/pear-DB_QueryTool | |
parent | db4aacab2f1020138e4c52d56dfcfbf53617d74f (diff) | |
download | ports-d1842a519071955e6807ea8c26f167f48205a1cc.tar.gz ports-d1842a519071955e6807ea8c26f167f48205a1cc.zip |
Notes
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 |