diff options
author | nbm <nbm@FreeBSD.org> | 2000-04-27 23:10:01 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-04-27 23:10:01 +0000 |
commit | a4552527273246befdb86485057440345e6a8bc2 (patch) | |
tree | ac397bb2b28734f36a97433ca156358733ed30c4 /www | |
parent | 1e8515f282212aa49d40ffb2e982c156f6957a65 (diff) | |
download | FreeBSD-ports-a4552527273246befdb86485057440345e6a8bc2.zip FreeBSD-ports-a4552527273246befdb86485057440345e6a8bc2.tar.gz |
Add dependency to daemontools, now that we have a version of
daemontools that publicfile can use.
Diffstat (limited to 'www')
-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 0dd3123..a200ecf 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 |