diff options
Diffstat (limited to 'www/mod_auth_kerb/Makefile')
-rw-r--r-- | www/mod_auth_kerb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_kerb/Makefile b/www/mod_auth_kerb/Makefile index a2f48ca70459..aa18a416c1f2 100644 --- a/www/mod_auth_kerb/Makefile +++ b/www/mod_auth_kerb/Makefile @@ -24,7 +24,7 @@ COMMENT= An Apache module for authenticating users with Kerberos v5 # (i.e., HTTP over SSL/TLS). Thus, we require as a dependency # a version of Apache which can do this. # -USE_APACHE= yes +USE_APACHE= 13 # Don't fsck with CFLAGS CFLAGS:= GNU_CONFIGURE= yes |