diff options
author | beech <beech@FreeBSD.org> | 2008-06-30 15:42:48 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-06-30 15:42:48 +0800 |
commit | 7e8a36cf4acf7ec4cbf4eb33f18d792f2e0d8a15 (patch) | |
tree | 0befe89abd030131308693ac577d8d62a94089bf /mail/horde-mimp | |
parent | 8fcc094eb0d7a9a0d2e0de9d4eb018925553bd30 (diff) | |
download | freebsd-ports-gnome-7e8a36cf4acf7ec4cbf4eb33f18d792f2e0d8a15.tar.gz freebsd-ports-gnome-7e8a36cf4acf7ec4cbf4eb33f18d792f2e0d8a15.tar.zst freebsd-ports-gnome-7e8a36cf4acf7ec4cbf4eb33f18d792f2e0d8a15.zip |
- Fix depend path
Diffstat (limited to 'mail/horde-mimp')
-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 dcae6dc7d467..98c40acec877 100644 --- a/mail/horde-mimp/Makefile +++ b/mail/horde-mimp/Makefile @@ -28,7 +28,7 @@ COMMENT= Mobile webmail system #----------------------------------------------------------------------- RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \ - ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp + ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/horde-imp USE_PHP= imap . if !defined(WITHOUT_LDAP) |