diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 22:56:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 22:56:59 +0000 |
commit | 8dbf47fcd318163b01238b90776fd735c2624beb (patch) | |
tree | 6e61131ffce26d2f2f186f06a9b3749ace4a49ed /dns | |
parent | Update to (non-backwards-compatible) daemontools 0.70, and take over (diff) |
Add dependency to daemontools, now that we have a compatible version.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/djbdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 6fce82cc6bd0..23a2970111a6 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://cr.yp.to/dnscache/ MAINTAINER= nbm@FreeBSD.org +RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools + ALL_TARGET= it INSTALL_TARGET= setup check |