diff options
author | nbm <nbm@FreeBSD.org> | 2001-01-30 16:19:26 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2001-01-30 16:19:26 +0800 |
commit | 6551c133826adf01e4071fcd7118c7eac0a9bf28 (patch) | |
tree | c9ea8a1dbe3c4c7ff0964cb239030df5c52b49f5 /www/publicfile | |
parent | 1e3b5b970590f6429c4ba7c849d1409e15ae4bf8 (diff) | |
download | freebsd-ports-gnome-6551c133826adf01e4071fcd7118c7eac0a9bf28.tar.gz freebsd-ports-gnome-6551c133826adf01e4071fcd7118c7eac0a9bf28.tar.zst freebsd-ports-gnome-6551c133826adf01e4071fcd7118c7eac0a9bf28.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>
Diffstat (limited to 'www/publicfile')
-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 |