diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-23 23:59:35 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-23 23:59:35 +0000 |
commit | f3c62ab6c6073d1524d95dd3308525ac9dd7f965 (patch) | |
tree | 55daf67bee3677aba77ab3e322267204a708ac10 /www/apache20/Makefile | |
parent | 16a3588f8610d6f2e7115946f919119ba8718ba7 (diff) |
- Fix 5 seen in 3rd party module failures due to converting from bundled apr to ports apr.
Reported by: pav via pointyhat
With Hat: apache@
Notes
Notes:
svn path=/head/; revision=254924
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 13d9872d75cc..9b99cc6ef418 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -9,7 +9,7 @@ PORTNAME= apache PORTVERSION= 2.0.63 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} |