diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-06-30 15:42:48 +0800 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-06-30 15:42:48 +0800 |
commit | beec1b55200629ef46cdd8cba7fd73c599750c03 (patch) | |
tree | a513048a67038bd287805a56069670b193755e49 | |
parent | 003265f173a5416f5f7071fd0075e13c5e69e70b (diff) | |
download | freebsd-ports-gnome-beec1b55200629ef46cdd8cba7fd73c599750c03.tar.gz freebsd-ports-gnome-beec1b55200629ef46cdd8cba7fd73c599750c03.tar.zst freebsd-ports-gnome-beec1b55200629ef46cdd8cba7fd73c599750c03.zip |
- Fix depend path
-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) |