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