diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-27 21:13:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-27 21:13:07 +0000 |
commit | 8b1898eecf7a627739cea9b763d6d74958b81e3d (patch) | |
tree | 025d6f5a240abc9fd5f06c757e20e81628bc75c3 /www | |
parent | 86a4b4d0817fb9881faf9edd56a8cc7a0b798790 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_pubtkt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_auth_pubtkt/Makefile b/www/mod_auth_pubtkt/Makefile index 8862ec33c4d5..875ea95c477d 100644 --- a/www/mod_auth_pubtkt/Makefile +++ b/www/mod_auth_pubtkt/Makefile @@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DIST_SUBDIR= apache2 MAINTAINER= mk@neon1.net -COMMENT= An Apache module to provide public key ticket based authentication +COMMENT= Apache module to provide public key ticket based authentication + +BROKEN= Fails to build USE_APACHE= 22+ AP_FAST_BUILD= yes |