diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-12 01:50:29 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-12 01:50:29 +0000 |
commit | be6f3cb64e6752ef992ee9a613d962b8b06b8861 (patch) | |
tree | ceddce7525388a1d05e1f584e6d6562c587c6b41 /www/mod_layout22/Makefile | |
parent | bae7323cc6c9d2c3784093c50ba656b85dc45b95 (diff) | |
download | ports-be6f3cb64e6752ef992ee9a613d962b8b06b8861.tar.gz ports-be6f3cb64e6752ef992ee9a613d962b8b06b8861.zip |
Notes
Diffstat (limited to 'www/mod_layout22/Makefile')
-rw-r--r-- | www/mod_layout22/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 67a681cbffed..79b8fdf22314 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -6,17 +6,17 @@ # PORTNAME= mod_layout -PORTVERSION= 4.1 +PORTVERSION= 5.1 CATEGORIES= www MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module to wrap served pages with a header and/or footer -CONFLICTS= mod_layout-3.* mod_layout-5.* +CONFLICTS= mod_layout-3.* mod_layout-4.* -USE_APACHE= 20 -LATEST_LINK= mod_layout2 +USE_APACHE= 22 +LATEST_LINK= mod_layout22 MAKE_ARGS+= builddir=${WRKSRC} |