diff options
author | petef <petef@FreeBSD.org> | 2001-11-06 19:04:29 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-06 19:04:29 +0800 |
commit | d7e957372d0fff2cca9d5de33d18b9d62fb0f4b7 (patch) | |
tree | 0661f2939068aed7823a425b20d8e6002301673e /astro/seti_applet | |
parent | dfdbea448dabd57ddccb01bb4bd01ee00eabce95 (diff) | |
download | freebsd-ports-gnome-d7e957372d0fff2cca9d5de33d18b9d62fb0f4b7.tar.gz freebsd-ports-gnome-d7e957372d0fff2cca9d5de33d18b9d62fb0f4b7.tar.zst freebsd-ports-gnome-d7e957372d0fff2cca9d5de33d18b9d62fb0f4b7.zip |
In RUN_DEPENDS, specify ${LOCALBASE}/sbin/setiathome instead of just
'setiathome'.
PR: 31541
Submitted by: maintainer
Diffstat (limited to 'astro/seti_applet')
-rw-r--r-- | astro/seti_applet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile index f86e85f157bd..90044021c37f 100644 --- a/astro/seti_applet/Makefile +++ b/astro/seti_applet/Makefile @@ -18,7 +18,7 @@ MAINTAINER= clefevre@citeweb.net LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ intl.1:${PORTSDIR}/devel/gettext -RUN_DEPENDS= setiathome:${PORTSDIR}/astro/setiathome +RUN_DEPENDS= ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome USE_X_PREFIX= yes USE_GNOME= yes |