diff options
-rw-r--r-- | security/putty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index 19b2fb888af9..79b82f6d5576 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -24,8 +24,8 @@ MAKEFILE= Makefile.gtk PLIST_FILES= bin/plink bin/pscp bin/psftp bin/puttygen MAN1= plink.1 pscp.1 psftp.1 puttygen.1 -OPTIONS= GSSAPI "Enable GSSAPI support (broken on 9-CURRENT)" on \ - GTK "Enable GTK+ 2 GUI" on +OPTIONS= GSSAPI "Enable GSSAPI support" on \ + GTK "Enable GTK+ 2 GUI (recommended)" on .include <bsd.port.options.mk> |