diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-16 00:49:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-12-16 00:49:18 +0000 |
commit | a4d2ed5eddd305250c91e2f0d59b9a60bce2582e (patch) | |
tree | 0db1e89c24250b008d62ba04eabc4c81b10039fe /misc | |
parent | ca3bc2d89ad94944e119e78d6edd3eccf67302c2 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile index e3d7f7584c2c..3844358e0caa 100644 --- a/misc/instant-server/Makefile +++ b/misc/instant-server/Makefile @@ -21,13 +21,12 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3 \ ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ cnewsdo:${PORTSDIR}/news/cnews \ - ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} \ ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid # Don't let stupid programs ask for configuration. BATCH= YES -APACHE_COMPAT= YES +USE_APACHE= 1.3 NO_BUILD= yes # comms/hylafax irc/ircd-hybrid |