diff options
author | mat <mat@FreeBSD.org> | 2014-08-26 01:14:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-08-26 01:14:02 +0800 |
commit | 30b3245b7c4bbb6d3888ecfa5ad29b49825c4f77 (patch) | |
tree | 2ee4486ee527855a50e5312451569269786e46bd /www | |
parent | 0d01ba10d65b04fdffc6127958c2fd902575635f (diff) | |
download | freebsd-ports-gnome-30b3245b7c4bbb6d3888ecfa5ad29b49825c4f77.tar.gz freebsd-ports-gnome-30b3245b7c4bbb6d3888ecfa5ad29b49825c4f77.tar.zst freebsd-ports-gnome-30b3245b7c4bbb6d3888ecfa5ad29b49825c4f77.zip |
This version works with apache 2.4.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_authn_otp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_authn_otp/Makefile b/www/mod_authn_otp/Makefile index b96d84f95497..db0084a43d26 100644 --- a/www/mod_authn_otp/Makefile +++ b/www/mod_authn_otp/Makefile @@ -15,7 +15,7 @@ COMMENT= Apache module for one-time password authentication LICENSE= APACHE20 GNU_CONFIGURE= yes -USE_APACHE= 22 +USE_APACHE= 22+ PORTEXAMPLES= users.sample |