diff options
author | petef <petef@FreeBSD.org> | 2001-10-05 01:00:27 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-05 01:00:27 +0000 |
commit | 5ad6cb9d0c467b8bc5e3e7c32e1edef306e93a0d (patch) | |
tree | b4a80f613c0abe3aa54cc2673c76674abed2ec25 /astro | |
parent | 2c3b059a0986905d730dce597ee58922f83300ce (diff) | |
download | FreeBSD-ports-5ad6cb9d0c467b8bc5e3e7c32e1edef306e93a0d.zip FreeBSD-ports-5ad6cb9d0c467b8bc5e3e7c32e1edef306e93a0d.tar.gz |
Fix RUN_DEPENDS for setiathome
Noticed by: bento
Diffstat (limited to 'astro')
-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 b04aba3..9faeb10 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 |