diff options
author | seanc <seanc@FreeBSD.org> | 2002-09-10 02:49:18 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-09-10 02:49:18 +0800 |
commit | b11aecb6312e093bc6faddeb6bca63966cf1fa08 (patch) | |
tree | 3bd8c8476e3ebe669c3c20b94495fc8c08a98f3a /dns | |
parent | 27e9d157f2039a1d4d432c03913e7cc220f7baba (diff) | |
download | freebsd-ports-gnome-b11aecb6312e093bc6faddeb6bca63966cf1fa08.tar.gz freebsd-ports-gnome-b11aecb6312e093bc6faddeb6bca63966cf1fa08.tar.zst freebsd-ports-gnome-b11aecb6312e093bc6faddeb6bca63966cf1fa08.zip |
Add sysutils/ucspi-tcp to the run dependencies for those that need axfrdns.
Reviewed by: knu (mentor) && roam (maintainer)
Approved by: knu (mentor) && roam (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/djbdns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index 550f456f5726..f465faa9e342 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -50,7 +50,8 @@ DJBDNS_V6_VER= test11 MAINTAINER= roam@FreeBSD.org -RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools +RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ + tcpserver:${PORTSDIR}/sysutils/ucspi-tcp ALL_TARGET= it INSTALL_TARGET= setup check |