View | Details | Raw Unified | Return to bug 86670
Collapse All | Expand All

(-)Makefile (+8 lines)
Lines 34-39 Link Here
34
		AIM		"Support for AOL's Instant Messenger Protocol" off \
34
		AIM		"Support for AOL's Instant Messenger Protocol" off \
35
		IRC		"Support for IRC Protocol" off \
35
		IRC		"Support for IRC Protocol" off \
36
		JABBER		"Support for Jabber Protocol" off \
36
		JABBER		"Support for Jabber Protocol" off \
37
		GPGME		"Support for PGP encrypted Jabber messages" on \
37
		RSS		"Support for RSS" off \
38
		RSS		"Support for RSS" off \
38
		LJ		"Support for LiveJournal" off \
39
		LJ		"Support for LiveJournal" off \
39
		GG		"Support for Gadu-Gadu Protocol" off
40
		GG		"Support for Gadu-Gadu Protocol" off
Lines 81-86 Link Here
81
82
82
.if !defined(WITH_JABBER)
83
.if !defined(WITH_JABBER)
83
CONFIGURE_ARGS+=	--disable-jabber
84
CONFIGURE_ARGS+=	--disable-jabber
85
.else
86
.if !defined(WITH_GPGME)
87
CONFIGURE_ARGS+=	--without-gpgme
88
.else
89
LIB_DEPENDS+=		gpgme.14:${PORTSDIR}/security/gpgme
90
CONFIGURE_ARGS+=	--with-gpgme=${LOCALBASE}
91
.endif
84
.endif
92
.endif
85
93
86
.if !defined(WITH_RSS)
94
.if !defined(WITH_RSS)

Return to bug 86670