diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/mod_auth_pubtkt | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) | |
download | ports-19fe40753d31ba0d91325ae15897602b2531875a.tar.gz ports-19fe40753d31ba0d91325ae15897602b2531875a.zip |
Notes
Diffstat (limited to 'www/mod_auth_pubtkt')
-rw-r--r-- | www/mod_auth_pubtkt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_pubtkt/Makefile b/www/mod_auth_pubtkt/Makefile index f51bc6b89736..f24f72c19d54 100644 --- a/www/mod_auth_pubtkt/Makefile +++ b/www/mod_auth_pubtkt/Makefile @@ -18,7 +18,7 @@ COMMENT= An Apache module to provide public key ticket based authentication MAKE_JOBS_SAFE= yes -USE_APACHE= 13+ +USE_APACHE= 20+ HAS_CONFIGURE= yes CONFIGURE_ARGS= --apxs=${APXS} |