diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-08-20 17:27:52 +0000 |
commit | 7a0bd317631d50743f0a374e87553b67823ce01b (patch) | |
tree | a6a20687ac7deead25a53b4c03118c3a00060775 /www/dpsearch | |
parent | b71961a9ea66185112d102c2715655e63422305e (diff) |
Notes
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 |