svn commit: r512755 - head/mail/claws-mail

Rene Ladan rene at FreeBSD.org
Tue Sep 24 21:40:29 UTC 2019


Author: rene
Date: Tue Sep 24 21:40:28 2019
New Revision: 512755
URL: https://svnweb.freebsd.org/changeset/ports/512755

Log:
  mail/claws-mail: remove support for expired jpilot link.

Modified:
  head/mail/claws-mail/Makefile

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Tue Sep 24 21:39:07 2019	(r512754)
+++ head/mail/claws-mail/Makefile	Tue Sep 24 21:40:28 2019	(r512755)
@@ -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
@@ -44,11 +44,6 @@ ENCHANT_CONFIGURE_ENABLE=	enchant
 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


More information about the svn-ports-all mailing list