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 /security/pear-LiveUser | |
parent | db4aacab2f1020138e4c52d56dfcfbf53617d74f (diff) | |
download | ports-d1842a519071955e6807ea8c26f167f48205a1cc.tar.gz ports-d1842a519071955e6807ea8c26f167f48205a1cc.zip |
Notes
Diffstat (limited to 'security/pear-LiveUser')
-rw-r--r-- | security/pear-LiveUser/Makefile | 3 |
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) |