diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-16 22:53:41 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-16 22:53:41 +0800 |
commit | 14b44a6b656510738ee432780f75410d86b6f27b (patch) | |
tree | d9a7bbec4300ab80fe9e97e9a9b9b6bf470c705c /mail/imp | |
parent | ba478117cc95332b6e105b319b5428a78e405b93 (diff) | |
download | freebsd-ports-gnome-14b44a6b656510738ee432780f75410d86b6f27b.tar.gz freebsd-ports-gnome-14b44a6b656510738ee432780f75410d86b6f27b.tar.zst freebsd-ports-gnome-14b44a6b656510738ee432780f75410d86b6f27b.zip |
Don't let RUN_DEPENDS rely on a fixed HORDEDIR.
Reported by: Jeff Bachtel.
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 70533c021f02..88c18966267a 100644 --- a/mail/imp/Makefile +++ b/mail/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) |