diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/dotproject | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) |
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
Notes
Notes:
svn path=/head/; revision=288372
Diffstat (limited to 'www/dotproject')
-rw-r--r-- | www/dotproject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index 23a90f06ff98..8a16eb111377 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PHP= gd mysql session zlib WANT_PHP_WEB= yes -USE_APACHE= 13+ +USE_APACHE= 20+ SUB_FILES= pkg-message |