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/Makefile | |
parent | - Convert to USES=libtool (diff) |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'mail/fetchmail/Makefile')
-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'' |