aboutsummaryrefslogtreecommitdiff
path: root/net/prosearch
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-08-18 14:29:08 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-08-18 14:29:08 +0000
commit63f3e3b0d43bb0b1197cbb5e4c4dfc3a34adb25b (patch)
treedb78183546bb8049f66df049872ab54fe9939c31 /net/prosearch
parentdd195ccb65e4fa43789bd6207b16edef95e01297 (diff)
Notes
Diffstat (limited to 'net/prosearch')
-rw-r--r--net/prosearch/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile
index 57aac2e90665..72d72fcf0a29 100644
--- a/net/prosearch/Makefile
+++ b/net/prosearch/Makefile
@@ -32,8 +32,7 @@ OPTIONS=\
CRAWLER "With crawler deps (nmap, p5-libwww)" on \
SAMBA "crawler with SAMBA (file://)" on \
RSYNC " crawler with RSYNC " off \
- APACH22 "With web server apache2.2+" on \
- APACH20 "With web server apache2.0+" off \
+ APACHE "With web server apache2.2+" on \
MOD_PERL2 "With MOD_PERL2" off \
MOD_FASTCGI "With MOD_FASTCGI" off \
DB "With database server deps" on \
@@ -69,14 +68,10 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba-smbclient
RUN_DEPENDS+= rsync:${PORTSDIR}/net/rsync
.endif
-.if defined(WITH_APACH22)
+.if defined(WITH_APACHE)
USE_APACHE= 22+
.endif
-.if defined(WITH_APACH20)
-USE_APACHE= 20+
-.endif
-
.if defined(WITH_NGINX)
RUN_DEPENDS+=\
nginx:${PORTSDIR}/www/nginx