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/ingo | |
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/ingo')
-rw-r--r-- | mail/ingo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile index 826a13134246..dc48dde04d51 100644 --- a/mail/ingo/Makefile +++ b/mail/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 |