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 /deskutils | |
parent | - Update to 1.9.11 (diff) |
- Fix depends after pear-log update
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=193266
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/egroupware/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 3c994231a019..b33447f9ccfa 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -6,6 +6,7 @@ PORTNAME= eGroupWare PORTVERSION= 1.2.106 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:C,http://nchc[^ ]+,,} MASTER_SITE_SUBDIR= egroupware @@ -49,7 +50,7 @@ USE_PHP+= imap USE_PHP+= gd .endif .if defined(WITH_PEAR) -RUN_DEPENDS= ${LOCALBASE}/share/pear/Log.php:${PORTSDIR}/sysutils/pear-Log +RUN_DEPENDS= ${LOCALBASE}/share/pear/Log/null.php:${PORTSDIR}/sysutils/pear-Log .endif .if defined(WITH_LDAP) USE_PHP+= ldap |