In RUN_DEPENDS, specify ${LOCALBASE}/sbin/setiathome instead of just
'setiathome'. PR: 31541 Submitted by: maintainer
This commit is contained in:
parent
1221547d56
commit
8b0b42592c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49646
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue