diff options
Diffstat (limited to 'www/mod_auth_form/Makefile')
-rw-r--r-- | www/mod_auth_form/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_form/Makefile b/www/mod_auth_form/Makefile index e71c2891e86..b3d89c5a208 100644 --- a/www/mod_auth_form/Makefile +++ b/www/mod_auth_form/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_auth_form PORTVERSION= 2.05 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://comp.uark.edu/~ajarthu/mod_auth_form/download.php?download=v2_05/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_MYSQL= YES -USE_APACHE= 2.0+ +USE_APACHE= 20+ GNU_CONFIGURE= yes CONFIGURE_ENV= MYSQL_PREFIX="${LOCALBASE}" APACHE2_PREFIX="${LOCALBASE}" \ |