diff options
author | Clement Laforet <clement@FreeBSD.org> | 2008-08-31 20:00:40 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2008-08-31 20:00:40 +0000 |
commit | 78496d13494d4ea19f83e828ffb9269e9f33eac0 (patch) | |
tree | 3d9aa40b043d9c7df7be5688967f0855bcf54da0 /www/mod_layout22/Makefile | |
parent | 27caa13672ef2cd5b310f675243c03ab52014c2c (diff) | |
download | ports-78496d13494d4ea19f83e828ffb9269e9f33eac0.tar.gz ports-78496d13494d4ea19f83e828ffb9269e9f33eac0.zip |
Notes
Diffstat (limited to 'www/mod_layout22/Makefile')
-rw-r--r-- | www/mod_layout22/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 3f00f2c115ad..f87137f11c4d 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -6,15 +6,14 @@ # PORTNAME= mod_layout -PORTVERSION= 4.0.2a +PORTVERSION= 4.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 -USE_APACHE= yes -WITH_APACHE2= yes +USE_APACHE= 20+ LATEST_LINK= mod_layout2 MAKE_ARGS+= builddir=${WRKSRC} |