diff options
author | petef <petef@FreeBSD.org> | 2001-12-28 02:21:49 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-28 02:21:49 +0800 |
commit | 4b26596be090081cf5a8e4ea764953675583c5f4 (patch) | |
tree | 2365a9d4958dabc939f1d0500f08e7510ac49e65 | |
parent | 251f8b4687293c64c5975d6c7cf0f4986b7d1cb4 (diff) | |
download | freebsd-ports-gnome-4b26596be090081cf5a8e4ea764953675583c5f4.tar.gz freebsd-ports-gnome-4b26596be090081cf5a8e4ea764953675583c5f4.tar.zst freebsd-ports-gnome-4b26596be090081cf5a8e4ea764953675583c5f4.zip |
Depend on ${LOCALBASE}/sbin/setiathome rather than just 'setiathome'.
Noticed by: bento
-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 |