diff options
Diffstat (limited to 'www/mod_auth_tkt/Makefile')
-rw-r--r-- | www/mod_auth_tkt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_tkt/Makefile b/www/mod_auth_tkt/Makefile index 76a4f0c6808c..98b967349088 100644 --- a/www/mod_auth_tkt/Makefile +++ b/www/mod_auth_tkt/Makefile @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ PORTNAME= mod_auth_tkt @@ -26,6 +25,7 @@ OPTIONS_DEFINE= QUERY_SEP QUERY_SEP_DESC= Experimental TKTAuthQuerySeparator directive OPTIONS_DEFAULT=QUERY_SEP +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MQUERY_SEP} |