diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-23 17:52:07 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-23 17:52:07 +0000 |
commit | 8ce03021bb27f7c51a1514cc2706a7511261034f (patch) | |
tree | 6a591d43a62e480a1ae03b13a8039a0c1b5e04f5 /mail | |
parent | cb8082fad43391321cf1cda111f88a58db8b395e (diff) | |
download | ports-8ce03021bb27f7c51a1514cc2706a7511261034f.tar.gz ports-8ce03021bb27f7c51a1514cc2706a7511261034f.zip |
Notes
Diffstat (limited to 'mail')
-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.* |