Lines 15-22
COMMENT= X11 library
Link Here
|
15 |
|
15 |
|
16 |
LICENSE= MIT |
16 |
LICENSE= MIT |
17 |
|
17 |
|
18 |
BUILD_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp \ |
18 |
BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb \ |
19 |
${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb \ |
|
|
20 |
${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros |
19 |
${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros |
21 |
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb |
20 |
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb.pc:${PORTSDIR}/x11/libxcb |
22 |
|
21 |
|
Lines 26-36
USE_XORG= bigreqsproto xau xcmiscproto xdmcp xextp
Link Here
|
26 |
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ |
25 |
CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ |
27 |
--without-xmlto \ |
26 |
--without-xmlto \ |
28 |
--disable-specs |
27 |
--disable-specs |
29 |
CONFIGURE_ENV+= RAWCPP="${LOCALBASE}/bin/ucpp" ac_cv_path_PS2PDF="" |
28 |
CONFIGURE_ENV+= ac_cv_path="${CPP}" ac_cv_path_PS2PDF="" |
30 |
|
29 |
|
31 |
.include "${.CURDIR}/manpages" |
30 |
.include "${.CURDIR}/manpages" |
32 |
|
31 |
|
33 |
post-patch: |
32 |
post-patch: |
|
|
33 |
@${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ |
34 |
${WRKSRC}/configure |
34 |
@${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ |
35 |
@${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ |
35 |
s/install-specDATA//' ${WRKSRC}/nls/Makefile.in |
36 |
s/install-specDATA//' ${WRKSRC}/nls/Makefile.in |
36 |
|
37 |
|