diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-18 10:57:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-18 10:57:39 +0000 |
commit | f69fe555c9b6fba3f7329fc1d734932a30f62df5 (patch) | |
tree | 065e835d8512c681efb911f8fe6ea9bf9523b1a3 /misc/instant-server | |
parent | 58c5b838c0620bee6b4cd9acec69c4f8a65656c6 (diff) | |
download | ports-f69fe555c9b6fba3f7329fc1d734932a30f62df5.tar.gz ports-f69fe555c9b6fba3f7329fc1d734932a30f62df5.zip |
Notes
Diffstat (limited to 'misc/instant-server')
-rw-r--r-- | misc/instant-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index 56990f83752c..e60f9b3431fe 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -17,7 +17,7 @@ COMMENT= Instant server installs a typical set of ports for a server RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup \ - ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp3 \ + ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp3-server \ ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ |