summaryrefslogtreecommitdiff
path: root/www/dpsearch/Makefile
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-20 17:27:52 +0000
commit7a0bd317631d50743f0a374e87553b67823ce01b (patch)
treea6a20687ac7deead25a53b4c03118c3a00060775 /www/dpsearch/Makefile
parent- change default mod_perl version, else the port will not build (diff)
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Notes
Notes: svn path=/head/; revision=280086
Diffstat (limited to '')
-rw-r--r--www/dpsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index cc4270136847..c1c8d53329de 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dpsearch
PORTVERSION= 4.53
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://dataparksearch.googlecode.com/files/ \
http://www.dataparksearch.org/
@@ -100,7 +100,7 @@ CONFIGURE_ARGS+=--enable-idn
.endif
.if defined(WITH_DPSEARCH_APACHE)
-USE_APACHE= 1.3+
+USE_APACHE= 13+
PLIST_SUB+= APACHE=""
CONFIGURE_ARGS+=--enable-apache-module
.else