aboutsummaryrefslogtreecommitdiff
path: root/security/pear-LiveUser
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-11 14:17:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-11 14:17:09 +0000
commitd1842a519071955e6807ea8c26f167f48205a1cc (patch)
treebf936404a6b799e51234e34d47d74e0797931148 /security/pear-LiveUser
parentdb4aacab2f1020138e4c52d56dfcfbf53617d74f (diff)
downloadports-d1842a519071955e6807ea8c26f167f48205a1cc.tar.gz
ports-d1842a519071955e6807ea8c26f167f48205a1cc.zip
- Fix depends after pear-log update
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=193266
Diffstat (limited to 'security/pear-LiveUser')
-rw-r--r--security/pear-LiveUser/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pear-LiveUser/Makefile b/security/pear-LiveUser/Makefile
index 9a5b2d6926fe..8684d3c138f1 100644
--- a/security/pear-LiveUser/Makefile
+++ b/security/pear-LiveUser/Makefile
@@ -7,6 +7,7 @@
PORTNAME= LiveUser
PORTVERSION= 0.15.1
+PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@@ -62,7 +63,7 @@ RUN_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif
.if defined(WITH_PEAR_LOG)
-RUN_DEPENDS+= ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
+RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
.endif
.if defined(WITH_PEAR_XML_TREE)