diff options
author | thierry <thierry@FreeBSD.org> | 2005-01-16 14:53:41 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-01-16 14:53:41 +0000 |
commit | 14b44a6b656510738ee432780f75410d86b6f27b (patch) | |
tree | d9a7bbec4300ab80fe9e97e9a9b9b6bf470c705c /mail/horde-ingo | |
parent | ba478117cc95332b6e105b319b5428a78e405b93 (diff) | |
download | FreeBSD-ports-14b44a6b656510738ee432780f75410d86b6f27b.zip FreeBSD-ports-14b44a6b656510738ee432780f75410d86b6f27b.tar.gz |
Don't let RUN_DEPENDS rely on a fixed HORDEDIR.
Reported by: Jeff Bachtel.
Diffstat (limited to 'mail/horde-ingo')
-rw-r--r-- | mail/horde-ingo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile index 826a131..dc48dde 100644 --- a/mail/horde-ingo/Makefile +++ b/mail/horde-ingo/Makefile @@ -29,7 +29,7 @@ COMMENT= Horde's email-filter management application # #----------------------------------------------------------------------- -RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_PHP= imap |