diff options
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index 362f6c173602..3ace695db00a 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -29,10 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-ssl -OPTIONS= GPGME "GnuPG support (using GPGME)" no \ - COMPFACE "X-Face support (using compface)" no \ - JPILOT "JPilot support" no \ - LDAP "LDAP support" no +OPTIONS= GPGME "GnuPG support (using GPGME)" off \ + COMPFACE "X-Face support (using compface)" off \ + JPILOT "JPilot support" off \ + LDAP "LDAP support" off CONFLICTS= sylpheed-0.* |