diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 23:10:01 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 23:10:01 +0000 |
commit | 60517bb90ae1523c3340ccb3c43b1535f1051e73 (patch) | |
tree | 0b7a086227a36d6dfaba4a6df143519e7355133b /www | |
parent | Add dependency to daemontools, now that we have a compatible version. (diff) |
Add dependency to daemontools, now that we have a version of
daemontools that publicfile can use.
Notes
Notes:
svn path=/head/; revision=28049
Diffstat (limited to '')
-rw-r--r-- | www/publicfile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/publicfile/Makefile b/www/publicfile/Makefile index 0dd31236873e..a200ecff03bf 100644 --- a/www/publicfile/Makefile +++ b/www/publicfile/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://cr.yp.to/publicfile/ MAINTAINER= nbm@FreeBSD.org +RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools + ALL_TARGET= it INSTALL_TARGET= setup check |