diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-19 19:08:23 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-19 19:08:23 +0000 |
commit | 42263e06cd87183ff89c7319e936c96ffe9951c1 (patch) | |
tree | a6d5ccdf9c95ed08d5b80df32e5a847c9f38805b /www/apache22 | |
parent | 6ccd57a1589909a06eb671c22793f58650fb166e (diff) |
Notes
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 9ab5c2e6ebef..59280f40acac 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -63,8 +63,7 @@ OPTIONS= \ PGSQL "Enable PostgreSQL support for apr-dbd" Off \ SQLITE "Enable SQLite support for apr-dbd" Off \ IPV6 "Enable IPv6 support" On \ - BDB "Enable BerkeleyDB dbm" Off \ - SVN "Enable Subversion support" Off + BDB "Enable BerkeleyDB dbm" Off .include "${APACHEDIR}/Makefile.options" .endif |