diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common index 0bd029d771f..839a709dde1 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,5 +1,6 @@ DISTNAME= httpd-${APACHE_VERSION} -# when updating this version be sure to update the checksum in devel/apr also +# When updating this version be sure to update the checksum and remove +# any PKGREVISION for devel/apr also. APACHE_VERSION= 2.0.52 APR_VERSION= 0.9.5 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ |