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

(-)Makefile (-2 / +1 lines)
Lines 28-34 Link Here
28
INSTALLS_ICONS=	yes
28
INSTALLS_ICONS=	yes
29
OPTIONS_SUB=	yes
29
OPTIONS_SUB=	yes
30
INSTALL_TARGET=	install-strip
30
INSTALL_TARGET=	install-strip
31
CONFIGURE_ARGS=	--disable-tests
31
CONFIGURE_ARGS=	--disable-tests --with-html-dir=${PREFIX}/share/doc
32
CPPFLAGS+=	-I${LOCALBASE}/include
32
CPPFLAGS+=	-I${LOCALBASE}/include
33
LIBS+=		-L${LOCALBASE}/lib
33
LIBS+=		-L${LOCALBASE}/lib
34
34
Lines 82-88 Link Here
82
DCONF_CONFIGURE_ENABLE=	dconf
82
DCONF_CONFIGURE_ENABLE=	dconf
83
83
84
DOCS_CONFIGURE_ENABLE=	gtk-doc-html
84
DOCS_CONFIGURE_ENABLE=	gtk-doc-html
85
DOCS_CONFIGURE_ON=	--with-html-dir=${PREFIX}/share/doc
86
85
87
XIM_CONFIGURE_ENABLE=	xim
86
XIM_CONFIGURE_ENABLE=	xim
88
87

Return to bug 200110