From d9ab51c5b6f7aa21a4e9de689939074a46e89752 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 30 Jan 2001 08:19:26 +0000 Subject: Add a run-time dependency on tcpserver/ucspi-tcp, as per the default setup created by the configuration program, which is the preferred and most common method too. Submitted by: Justin Honold --- www/publicfile/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/publicfile/Makefile b/www/publicfile/Makefile index c002041cf745..16739831f129 100644 --- a/www/publicfile/Makefile +++ b/www/publicfile/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://cr.yp.to/publicfile/ \ MAINTAINER= nbm@FreeBSD.org -RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools +RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ + tcpserver:${PORTSDIR}/sysutils/ucspi-tcp ALL_TARGET= it INSTALL_TARGET= setup check -- cgit