diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-16 14:53:41 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-16 14:53:41 +0000 |
commit | ed5b14c874ceb9c2382a15c9360b03bd8ad29131 (patch) | |
tree | e7d4e3bde70931e827af90f88bbff7c5a4234bb2 /mail/horde4-imp | |
parent | 23bfab2ecbff6ac28fff6e4e89d298cb1d02a59e (diff) | |
download | ports-ed5b14c874ceb9c2382a15c9360b03bd8ad29131.tar.gz ports-ed5b14c874ceb9c2382a15c9360b03bd8ad29131.zip |
Notes
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r-- | mail/horde4-imp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index 70533c021f02..88c18966267a 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-imp/Makefile @@ -71,17 +71,17 @@ USE_PHP= imap . if !defined(WITHOUT_LDAP) USE_PHP+= ldap . endif -RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde .else -RUN_DEPENDS+= ${LOCALBASE}/www/horde/turba/minisearch.php:${PORTSDIR}/mail/turba +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba .endif .if !defined(WITHOUT_INGO) -RUN_DEPENDS+= ${LOCALBASE}/www/horde/ingo/filters.php:${PORTSDIR}/mail/ingo +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo .endif .if !defined(WITHOUT_NAG) -RUN_DEPENDS+= ${LOCALBASE}/www/horde/nag/data.php:${PORTSDIR}/deskutils/nag +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag .endif .if !defined(WITHOUT_SMIME) |