From 4b26596be090081cf5a8e4ea764953675583c5f4 Mon Sep 17 00:00:00 2001 From: petef Date: Thu, 27 Dec 2001 18:21:49 +0000 Subject: Depend on ${LOCALBASE}/sbin/setiathome rather than just 'setiathome'. Noticed by: bento --- astro/SETIsupport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/SETIsupport/Makefile b/astro/SETIsupport/Makefile index 26cb3792b04..0dcca60c5aa 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 -- cgit