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

(-)Makefile (-3 / +2 lines)
Lines 21-27 Link Here
21
		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
21
		libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
22
		libcairo.so:${PORTSDIR}/graphics/cairo \
22
		libcairo.so:${PORTSDIR}/graphics/cairo \
23
		libhyphen.so:${PORTSDIR}/textproc/hyphen \
23
		libhyphen.so:${PORTSDIR}/textproc/hyphen \
24
		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
25
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
24
		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
26
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
25
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
27
		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow
26
		${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow
Lines 28-35 Link Here
28
27
29
USE_QT4=	gui linguist_build moc_build qmake_build rcc_build uic_build xml network
28
USE_QT4=	gui linguist_build moc_build qmake_build rcc_build uic_build xml network
30
USE_GNOME=	libartlgpl2 libxml2
29
USE_GNOME=	libartlgpl2 libxml2
31
USES=		cmake desktop-file-utils ghostscript:run jpeg pkgconfig \
30
USES=		cmake desktop-file-utils execinfo ghostscript:run jpeg \
32
		python shared-mime-info tar:bz2
31
		pkgconfig python shared-mime-info tar:bz2
33
USE_LDCONFIG=	yes
32
USE_LDCONFIG=	yes
34
33
35
CMAKE_ARGS+=	-DWANT_HUNSPELL=YES -Wno-ferror-limit
34
CMAKE_ARGS+=	-DWANT_HUNSPELL=YES -Wno-ferror-limit

Return to bug 205384