diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-27 18:21:49 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-27 18:21:49 +0000 |
commit | 48fc5d4614cbd9d2d2dfa879489df37058a83606 (patch) | |
tree | 90e8f831d14fcb245e65ace976295f7fe5e7235a /astro/SETIsupport | |
parent | Update to latest DNS-HOWTO docuemnt (includes BIND 9 information). (diff) |
Depend on ${LOCALBASE}/sbin/setiathome rather than just 'setiathome'.
Noticed by: bento
Diffstat (limited to 'astro/SETIsupport')
-rw-r--r-- | astro/SETIsupport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/SETIsupport/Makefile b/astro/SETIsupport/Makefile index 26cb3792b041..0dcca60c5aa1 100644 --- a/astro/SETIsupport/Makefile +++ b/astro/SETIsupport/Makefile @@ -17,7 +17,7 @@ MAINTAINER= hym@cocoa.freemail.ne.jp RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre \ - setiathome:${PORTSDIR}/astro/setiathome + ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome USE_XLIB= yes NO_BUILD= yes |