diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:14:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:14:15 +0000 |
commit | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (patch) | |
tree | 8016e5f5a18362984e9d2e003efd51fd5fc95cc4 /mail/fetchmail | |
parent | fe802debc78394a4c926286c651336c7f88f2fed (diff) | |
download | ports-99afccd1ce89497265f41f1d5227f29ef3c490e9.tar.gz ports-99afccd1ce89497265f41f1d5227f29ef3c490e9.zip |
Notes
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 45b0e11b6050..30d83740e3fc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-SDPS \ LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= X11 NLS NTLM GSSAPI POP2 +OPTIONS_DEFINE= X11 NLS NTLM GSSAPI POP2 DOCS OPTIONS_DEFAULT= GSSAPI OPTIONS_SUB= yes X11_DESC= Python/Tkinter dependencies for ``fetchmailconf'' |