diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 18:09:23 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 18:09:23 +0000 |
commit | 4f2fd4b82651c151a82684bf64fa21d385b28eb5 (patch) | |
tree | a730ae339e8299ad342aec88f3fd4be65b1e3b68 /misc | |
parent | d2c7516cd10d4241017eeae2174b3ad615f8af8e (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index 85957d89be47..4e32d01685f3 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -18,11 +18,13 @@ 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-dhcp41-server \ - ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3 \ + ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid +SAMBA_PORT?= net/samba34 + # Don't let stupid programs ask for configuration. BATCH= YES |