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

(-)sylpheed-claws/Makefile (+9 lines)
Lines 52-57 Link Here
52
		CLAMAV		"Enable virus-checking support."	off \
52
		CLAMAV		"Enable virus-checking support."	off \
53
		COMPFACE	"Enable X-Face support."		on \
53
		COMPFACE	"Enable X-Face support."		on \
54
		DEBUG		"Enable debug support."			off \
54
		DEBUG		"Enable debug support."			off \
55
		DILLO		"Enable Dillo HTML viewer."	off \
55
		GNOMEPRINT	"Enable extended print support (GNOME)."	off \
56
		GNOMEPRINT	"Enable extended print support (GNOME)."	off \
56
		GPGME		"Enable PGP/GnuPG support using GPGME."	off \
57
		GPGME		"Enable PGP/GnuPG support using GPGME."	off \
57
		JPILOT		"Enable JPilot support."		off \
58
		JPILOT		"Enable JPilot support."		off \
Lines 145-150 Link Here
145
.endif
146
.endif
146
.if defined(WITH_DEBUG) || defined(WITH_ALL)
147
.if defined(WITH_DEBUG) || defined(WITH_ALL)
147
CONFIGURE_ARGS+=	--enable-maintainer-mode --enable-crash-dialog
148
CONFIGURE_ARGS+=	--enable-maintainer-mode --enable-crash-dialog
149
STRIP=	''
150
.endif
151
.if defined(WITH_DILLO) || defined(WITH_ALL)
152
PLIST_SUB+=	DILLO=""
153
RUN_DEPENDS+=	dillo:${PORTSDIR}/www/dillo
154
.else
155
PLIST_SUB+=	DILLO="@comment "
156
CONFIGURE_ARGS+=	--disable-dillo-viewer-plugin
148
.endif
157
.endif
149
158
150
post-extract:
159
post-extract:
(-)sylpheed-claws/pkg-plist (-3 / +3 lines)
Lines 201-209 Link Here
201
%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.a
201
%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.a
202
%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.la
202
%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.la
203
%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so
203
%%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so
204
lib/sylpheed-claws/plugins/dillo_viewer.a
204
%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.a
205
lib/sylpheed-claws/plugins/dillo_viewer.la
205
%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.la
206
lib/sylpheed-claws/plugins/dillo_viewer.so
206
%%DILLO%%lib/sylpheed-claws/plugins/dillo_viewer.so
207
%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.a
207
%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.a
208
%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.la
208
%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.la
209
%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.so
209
%%GPGME%%lib/sylpheed-claws/plugins/pgpcore.so

Return to bug 99813