diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-08-26 01:14:02 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-08-26 01:14:02 +0800 |
commit | a288d12a6b9bc5bd3be7c008d468bcfc6133f341 (patch) | |
tree | 2ee4486ee527855a50e5312451569269786e46bd /www/mod_authn_otp | |
parent | b023f1a0d38a521857c3d082d811990db54046e6 (diff) | |
download | freebsd-ports-gnome-a288d12a6b9bc5bd3be7c008d468bcfc6133f341.tar.gz freebsd-ports-gnome-a288d12a6b9bc5bd3be7c008d468bcfc6133f341.tar.zst freebsd-ports-gnome-a288d12a6b9bc5bd3be7c008d468bcfc6133f341.zip |
This version works with apache 2.4.
Sponsored by: Absolight
Diffstat (limited to 'www/mod_authn_otp')
-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 |