diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-12-21 23:23:43 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-12-21 23:23:43 +0000 |
commit | 2198283e741ac04a63d430833e1587c54f47d825 (patch) | |
tree | 7fac9e456403d5aeaf0d7607e8eea205d76bd01c /net | |
parent | 775e86905a9cc87d2e4dfd824bae47a2a9a6b0d0 (diff) | |
download | pkgsrc-2198283e741ac04a63d430833e1587c54f47d825.tar.gz |
Make this package depend on net/ucspi-tcp
From (and fixes) pkg/14981 by Michael Neumann <neumann@s-direktnet.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/publicfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/publicfile/Makefile b/net/publicfile/Makefile index cc1ff1eaf7c..45d083cf4c9 100644 --- a/net/publicfile/Makefile +++ b/net/publicfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:30 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/21 23:23:43 zuntum Exp $ # DISTNAME= publicfile-0.52 @@ -10,6 +10,7 @@ HOMEPAGE= http://cr.yp.to/publicfile.html COMMENT= secure read-only HTTP and FTP servers DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools +DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp ALL_TARGET= it INSTALL_TARGET= setup check |