diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-03-25 01:47:27 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-03-25 01:47:27 +0000 |
commit | fd03e1442db3d401977b3a69d568f555ed3f9fb4 (patch) | |
tree | c070b6967cb3a028f6f0fe41460af03279199776 /mail | |
parent | 85f27fddd0b6db8aad6030f66dcbbe7f0bf20c77 (diff) |
- Fix build depends to respect HORBAS
PR: ports/132566
Submitted by: UEMURA, Tetsuya <t_uemura@macome.co.jp>
Notes
Notes:
svn path=/head/; revision=230918
Diffstat (limited to 'mail')
-rw-r--r-- | mail/horde-mimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile index fd96ceb516e0..bcf59aade188 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -29,7 +29,7 @@ COMMENT= Mobile webmail system #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/horde-imp + ${HORBAS}/imp/index.php:${PORTSDIR}/mail/horde-imp USE_PHP= imap . if !defined(WITHOUT_LDAP) |