diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 09:00:27 +0800 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 09:00:27 +0800 |
commit | cab8c382142e398f1b66391174aa77ca010516ee (patch) | |
tree | 49963514396df0a1f05ba394ac299e55916e2824 /astro/tkseti | |
parent | cfb5eb6e712222f5263f29c1395a22733b98ebb9 (diff) | |
download | freebsd-ports-gnome-cab8c382142e398f1b66391174aa77ca010516ee.tar.gz freebsd-ports-gnome-cab8c382142e398f1b66391174aa77ca010516ee.tar.zst freebsd-ports-gnome-cab8c382142e398f1b66391174aa77ca010516ee.zip |
Fix RUN_DEPENDS for setiathome
Noticed by: bento
Diffstat (limited to 'astro/tkseti')
-rw-r--r-- | astro/tkseti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index b04aba392738..9faeb10fc03f 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ - setiathome:${PORTSDIR}/astro/setiathome + ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes |