aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-01-20 03:05:11 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-01-20 03:05:11 +0800
commita161a72a05cccfbcb40e80738219e3a1da7b1bf4 (patch)
tree5f1a07006ceafd58d9be1084d1d0d21ceb485ceb /www
parent8e365bf60d6b89cecfdbac3be7815c91786d36f0 (diff)
downloadfreebsd-ports-gnome-a161a72a05cccfbcb40e80738219e3a1da7b1bf4.tar.gz
freebsd-ports-gnome-a161a72a05cccfbcb40e80738219e3a1da7b1bf4.tar.zst
freebsd-ports-gnome-a161a72a05cccfbcb40e80738219e3a1da7b1bf4.zip
Chase devel/apr-svn removal
Reported by: tabthorpe Pointyhat: me
Diffstat (limited to 'www')
-rw-r--r--www/apache22/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile
index 9ef2fbd3d965..9ab5c2e6ebef 100644
--- a/www/apache22/Makefile
+++ b/www/apache22/Makefile
@@ -9,6 +9,7 @@
PORTNAME= apache
PORTVERSION= 2.2.11
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
DISTNAME= httpd-${PORTVERSION}
@@ -110,10 +111,6 @@ CONFIGURE_ARGS+= --enable-exception-hook
.include <bsd.port.pre.mk>
# OPTIONS fixups
-.if defined(WITH_SVN)
-APR_PORT= devel/apr-svn
-WITH_BDB= YES
-.endif
.if defined (WITH_AUTHNZ_LDAP)
WITH_LDAP= yes
.endif