View | Details | Raw Unified | Return to bug 159822 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +6 lines)
Lines 29-35 Link Here
29
		OFX		"OFX support"				off \
29
		OFX		"OFX support"				off \
30
		DATABASE	"Enable SQL database backends"		off \
30
		DATABASE	"Enable SQL database backends"		off \
31
		WEBKIT		"Use webkit instead of gtkhtml for the HTML engine" off \
31
		WEBKIT		"Use webkit instead of gtkhtml for the HTML engine" off \
32
		PYTHON		"Install Python bindings"		off
32
		PYTHON		"Install Python bindings"		off \
33
		LOCALE_TAX	"Enable locale specific tax"		off
33
34
34
LICENSE=	GPLv3
35
LICENSE=	GPLv3
35
LICENSE_FILE=	${WRKSRC}/COPYING
36
LICENSE_FILE=	${WRKSRC}/COPYING
Lines 114-119 Link Here
114
PLIST_SUB+=	PYTHON="@comment "
115
PLIST_SUB+=	PYTHON="@comment "
115
.endif
116
.endif
116
117
118
.if defined(WITH_LOCALE_TAX)
119
CONFIGURE_ARGS+=--enable-locale-specific-tax
120
.endif
121
117
pre-configure:
122
pre-configure:
118
.if !defined(PACKAGE_BUILDING) && defined(WITH_AQBANKING) && !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0)
123
.if !defined(PACKAGE_BUILDING) && defined(WITH_AQBANKING) && !exists(${LOCALBASE}/lib/libgwengui-gtk2.so.0)
119
BROKEN=	Please rebuild devel/gwenhywfar with the WITH_GTK2 option set
124
BROKEN=	Please rebuild devel/gwenhywfar with the WITH_GTK2 option set

Return to bug 159822