diff options
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r-- | security/ssh2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 7cc7302384f1..6bc3cf7fb1d1 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -24,7 +24,7 @@ RESTRICTED= "Crypto; export-controlled" GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc --enable-debug +CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --enable-debug #Uncomment if all your users are in their own group and their homedir #is writeable by that group. Beware the security implications! #CONFIGURE_ARGS+= --enable-group-writeability |