diff options
Diffstat (limited to 'security/pear-LiveUser/Makefile')
-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) |