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 /deskutils/nag | |
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 'deskutils/nag')
-rw-r--r-- | deskutils/nag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/nag/Makefile b/deskutils/nag/Makefile index 9542fe6901f8..9d6860cbcabb 100644 --- a/deskutils/nag/Makefile +++ b/deskutils/nag/Makefile @@ -22,7 +22,7 @@ DISTNAME= ${PORTNAME}-h3-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= Nag is a simple, multiuser task list manager -RUN_DEPENDS= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde +RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_REINPLACE= yes |