From 39bb798087592bc8db2a19230b9f2ea054a58d8a Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 12 Jun 2007 04:35:33 +0000 Subject: [PATCH] - Fix copy&paste typo. - Bump PORTREVISION Submitted by: pointyhat --- databases/pear-DB_Sqlite_Tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile index 10b8c51c99bf..485c5535300d 100644 --- a/databases/pear-DB_Sqlite_Tools/Makefile +++ b/databases/pear-DB_Sqlite_Tools/Makefile @@ -7,14 +7,14 @@ PORTNAME= DB_Sqlite_Tools PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 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/null.phpLog/null.php:${PORTSDIR}/sysutils/pear-Log + ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= DB