diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2012-07-08 10:47:11 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2012-07-08 10:47:11 +0000 |
commit | 9e9bc9e5ede82ae91e70df311d684ccd0f3bafcd (patch) | |
tree | 0d5948972d84474fbe8bb5641dd7e0a34cf5251a /news/inn | |
parent | af09e7214134b273f7ce26d1c5a7c1458d236af8 (diff) |
Notes
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index d4cb436ef6de..56d14e76b795 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -86,7 +86,7 @@ MAN8+= auth_krb5.8 PLIST_SUB+= KRB5="" .else CONFIGURE_ARGS+= --without-kerberos -PLIST_SUB+= KRB5="@comment" +PLIST_SUB+= KRB5="@comment " .endif .if ${PORT_OPTIONS:MPYTHON} |