diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-23 03:42:15 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-23 03:42:15 +0800 |
commit | 1c8b2f4d031b3062e8cd89753f3b4b9c3d60e559 (patch) | |
tree | 9d2c539f2a83869ef276ce9eb4c5bc81b2b5ab52 /sysutils | |
parent | a66f3d8cb7c97cf815e38414411bef9e761045d2 (diff) | |
download | freebsd-ports-gnome-1c8b2f4d031b3062e8cd89753f3b4b9c3d60e559.tar.gz freebsd-ports-gnome-1c8b2f4d031b3062e8cd89753f3b4b9c3d60e559.tar.zst freebsd-ports-gnome-1c8b2f4d031b3062e8cd89753f3b4b9c3d60e559.zip |
Fix bento build by explicity looking for dependency in ${LOCALBASE}/sbin
Noticed by: bento via kris
Approved by: krion
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/socklog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/socklog/Makefile b/sysutils/socklog/Makefile index 05302a36177b..a9a24ae2b1ac 100644 --- a/sysutils/socklog/Makefile +++ b/sysutils/socklog/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://smarden.org/socklog/ MAINTAINER= sergei@kolobov.com COMMENT= Small and secure replacement for syslogd -RUN_DEPENDS= chpst:${PORTSDIR}/sysutils/runit +RUN_DEPENDS= ${LOCALBASE}/sbin/chpst:${PORTSDIR}/sysutils/runit WRKSRC= ${WRKDIR}/admin/${DISTNAME} ALL_TARGET= default |