diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-20 02:50:48 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-20 02:50:48 +0800 |
commit | a198c212160d14cd11a4d8e0feb0eaac71aa221e (patch) | |
tree | 3a2332e8d09e12a907bd6bbdcec9f90b18d5ccb5 /www/mod_macro2 | |
parent | 7df5734968ef2053b16aa546892f6e7271bf0cd7 (diff) | |
download | freebsd-ports-gnome-a198c212160d14cd11a4d8e0feb0eaac71aa221e.tar.gz freebsd-ports-gnome-a198c212160d14cd11a4d8e0feb0eaac71aa221e.tar.zst freebsd-ports-gnome-a198c212160d14cd11a4d8e0feb0eaac71aa221e.zip |
- This port is exclusively for www/apache20 (the 2.0.x series)
PR: ports/124208
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
Approved by: araujo (mentor)
Diffstat (limited to 'www/mod_macro2')
-rw-r--r-- | www/mod_macro2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile index 8006201f2f18..62c1de040c3f 100644 --- a/www/mod_macro2/Makefile +++ b/www/mod_macro2/Makefile @@ -11,9 +11,9 @@ CATEGORIES= www MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ MAINTAINER= apache@FreeBSD.org -COMMENT= Apache2 module for use macros in config files +COMMENT= Apache 2.0.x module for use macros in config files -USE_APACHE= 20+ +USE_APACHE= 20 LATEST_LINK= mod_macro2 AP_FAST_BUILD= YES AP_GENPLIST= YES |