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

(-)Makefile (-1 / +14 lines)
Lines 18-23 Link Here
18
DEPRECATED=	Uses deprecated version of python
18
DEPRECATED=	Uses deprecated version of python
19
EXPIRATION_DATE=	2020-09-15
19
EXPIRATION_DATE=	2020-09-15
20
20
21
BUILD_DEPENDS=	llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
22
21
LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
23
LIB_DEPENDS=	liblcms2.so:graphics/lcms2 \
22
		libboost_thread.so:devel/boost-libs \
24
		libboost_thread.so:devel/boost-libs \
23
		libhunspell-1.7.so:textproc/hunspell \
25
		libhunspell-1.7.so:textproc/hunspell \
Lines 47-54 Link Here
47
INSTALLS_ICONS=	yes
49
INSTALLS_ICONS=	yes
48
USE_LDCONFIG=	yes
50
USE_LDCONFIG=	yes
49
51
50
CMAKE_ARGS+=	-DWANT_HUNSPELL=YES -Wno-ferror-limit -DCMAKE_COLOR_MAKEFILE:BOOL=ON
52
CMAKE_ARGS+=	-DWANT_HUNSPELL=YES -Wno-ferror-limit -DCMAKE_COLOR_MAKEFILE:BOOL=ON \
53
		-DLLVM_DIR=${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/cmake/llvm
51
54
55
CC=		clang${LLVM_DEFAULT}
56
CXX=		clang++${LLVM_DEFAULT}
57
CPP=		clang-cpp${LLVM_DEFAULT}
58
52
OPTIONS_DEFINE=	DOCS
59
OPTIONS_DEFINE=	DOCS
53
60
54
post-install:
61
post-install:
Lines 62-66 Link Here
62
			${STAGEDIR}${PREFIX}/man/man1/
69
			${STAGEDIR}${PREFIX}/man/man1/
63
		${MV} ${STAGEDIR}${PREFIX}/share/man/pl/man1/scribus.1 \
70
		${MV} ${STAGEDIR}${PREFIX}/share/man/pl/man1/scribus.1 \
64
			${STAGEDIR}${PREFIX}/man/pl/man1/
71
			${STAGEDIR}${PREFIX}/man/pl/man1/
72
73
.include <bsd.port.options.mk>
74
75
.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
76
LLVM_DEFAULT=	80
77
.endif
65
78
66
.include <bsd.port.mk>
79
.include <bsd.port.mk>

Return to bug 247199