diff options
Diffstat (limited to 'www/dpsearch')
-rw-r--r-- | www/dpsearch/Makefile | 4 |
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 |