diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-09-24 21:40:28 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-09-24 21:40:28 +0000 |
commit | e2370c0adabaeb554df21bf7d13a849df4519b47 (patch) | |
tree | 09b903f7cb6cdf55887eeeb61debfc797987db37 /mail/claws-mail/Makefile | |
parent | 9ef65f467d1b96c3c21d51aeca86f9dd7498b6a1 (diff) | |
download | freebsd-ports-e2370c0adabaeb554df21bf7d13a849df4519b47.zip |
mail/claws-mail: remove support for expired jpilot link.
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index f8ca35ee1db8..45cf4fe03975 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -28,7 +28,7 @@ USE_GNOME= cairo gtk20 librsvg2 SHEBANG_FILES= tools/*.pl tools/*.py tools/tb2claws-mail INSTALLS_ICONS= yes -OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 JPILOT LDAP \ +OPTIONS_DEFINE= COMPFACE DEBUG DOCS ENCHANT IPV6 LDAP \ NLS STARTUP THEMES OPTIONS_DEFAULT=COMPFACE ENCHANT STARTUP THEMES OPTIONS_SUB= yes @@ -45,11 +45,6 @@ ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant IPV6_CONFIGURE_ENABLE= ipv6 -JPILOT_DESC= JPilot support -JPILOT_CONFIGURE_ENABLE= jpilot -JPILOT_LIB_DEPENDS= libpisock.so:palm/pilot-link -JPILOT_RUN_DEPENDS= jpilot:palm/jpilot - LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes |