diff options
Diffstat (limited to 'www/mod_tsa/Makefile')
-rw-r--r-- | www/mod_tsa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile index 246b00b6319c..fd0dc6a0f280 100644 --- a/www/mod_tsa/Makefile +++ b/www/mod_tsa/Makefile @@ -20,8 +20,7 @@ CONFIGURE_ARGS= --with-openssl-incdir=${OPENSSLINC} \ --with-apxs=${APXS} MAKE_ARGS+= APXS=${APXS} -USES= ssl -USE_APACHE= 22+ +USES= apache:2.2+ ssl AP_EXTRAS+= -DMOD_TSA_VERSION=\\\"mod_tsa/${PORTVERSION}\\\" AP_FAST_BUILD= yes AP_GENPLIST= yes |