Lines 14-22
Link Here
|
14 |
libicudata.so:${PORTSDIR}/devel/icu \ |
14 |
libicudata.so:${PORTSDIR}/devel/icu \ |
15 |
libgraphite2.so:${PORTSDIR}/graphics/graphite2 |
15 |
libgraphite2.so:${PORTSDIR}/graphics/graphite2 |
16 |
|
16 |
|
17 |
USE_BZIP2= yes |
|
|
18 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
19 |
USES= gmake pathfix pkgconfig |
18 |
USES= gmake pathfix pkgconfig tar:bzip2 |
20 |
USE_GNOME= cairo glib20 ltverhack |
19 |
USE_GNOME= cairo glib20 ltverhack |
21 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ARGS= --with-graphite2 |
21 |
CONFIGURE_ARGS= --with-graphite2 |
Lines 30-33
Link Here
|
30 |
post-install: |
29 |
post-install: |
31 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libharfbuzz*.so.0 |
30 |
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libharfbuzz*.so.0 |
32 |
|
31 |
|
|
|
32 |
.if ${OSVERSION} < 1000024 |
33 |
post-configure: |
34 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/util/Makefile |
35 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/docs/reference/Makefile |
36 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/docs/Makefile |
37 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/test/shaping/Makefile |
38 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/test/api/Makefile |
39 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/test/Makefile |
40 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/src/hb-ucdn/Makefile |
41 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/src/Makefile |
42 |
${REINPLACE_CMD} -e 's/ --std=c++0x//' ${WRKSRC}/Makefile |
43 |
.endif |
44 |
|
33 |
.include <bsd.port.post.mk> |
45 |
.include <bsd.port.post.mk> |