diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-30 08:19:26 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-30 08:19:26 +0000 |
commit | d9ab51c5b6f7aa21a4e9de689939074a46e89752 (patch) | |
tree | 841350b6debb81a2b5f6ec631452058603ae728d /www | |
parent | bc953d2968e8ceb15567a8c4f32c5cf6e39d5a94 (diff) | |
download | ports-d9ab51c5b6f7aa21a4e9de689939074a46e89752.tar.gz ports-d9ab51c5b6f7aa21a4e9de689939074a46e89752.zip |
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 <jhonold@bigfoot.com>
Notes
Notes:
svn path=/head/; revision=37780
Diffstat (limited to 'www')
-rw-r--r-- | www/publicfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |