aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 16:47:41 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 16:47:41 +0000
commit19fe40753d31ba0d91325ae15897602b2531875a (patch)
tree756dc92902e540775c00a7af9b20473c9ab8e7a9 /graphics
parentc2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff)
downloadports-19fe40753d31ba0d91325ae15897602b2531875a.tar.gz
ports-19fe40753d31ba0d91325ae15897602b2531875a.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mapserver/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index b462a9079c76..be728538fa96 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -142,12 +142,10 @@ CONFIGURE_ARGS+= --with-curl=${LOCALBASE}
.endif
.if defined(WITH_MAPSERV)
-USE_APACHE= 13+
+USE_APACHE= 20+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
PLIST_SUB+= WITH_MAPSERV=""
-.if ${APACHE_VERSION} > 13
PLIST_DIRSTRY= www/cgi-bin
-.endif
.else
PLIST_SUB+= WITH_MAPSERV="@comment "
.endif