diff options
author | wxs <wxs@FreeBSD.org> | 2010-06-09 08:30:43 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-06-09 08:30:43 +0800 |
commit | f0c9335c1f2472bc175faf3bee27b28aeea6a78f (patch) | |
tree | fb9d25b706537403c93c13c472758f02f205404b /misc | |
parent | c025f26c2637c3a49a4631057df621aca0cc4e36 (diff) | |
download | freebsd-ports-gnome-f0c9335c1f2472bc175faf3bee27b28aeea6a78f.tar.gz freebsd-ports-gnome-f0c9335c1f2472bc175faf3bee27b28aeea6a78f.tar.zst freebsd-ports-gnome-f0c9335c1f2472bc175faf3bee27b28aeea6a78f.zip |
Use net/isc-dhcp41-server now that net/isc-dhcp30-server is gone.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index 3844358e0caa..85957d89be47 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= instant-server PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MASTER_SITES= # Empty DISTFILES= # None @@ -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-dhcp30-server \ + ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server \ ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3 \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ |