Lines 26-36
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \
Link Here
|
26 |
|
26 |
|
27 |
CONFLICTS_INSTALL= certmgr coin-or-disco disco mono mono[0-9]* |
27 |
CONFLICTS_INSTALL= certmgr coin-or-disco disco mono mono[0-9]* |
28 |
|
28 |
|
29 |
USES= autoreconf bison compiler:c11 cpe gmake iconv libtool localbase \ |
29 |
USES= autoreconf:2.69 bison compiler:c11 cpe gmake iconv libtool localbase \ |
30 |
pathfix perl5 python shebangfix tar:xz |
30 |
pathfix perl5 python shebangfix tar:xz |
31 |
USE_PERL5= build |
31 |
USE_PERL5= build |
32 |
|
32 |
|
33 |
CONFIGURE_SCRIPT= autogen.sh |
|
|
34 |
GNU_CONFIGURE= yes |
33 |
GNU_CONFIGURE= yes |
35 |
USE_LDCONFIG= yes |
34 |
USE_LDCONFIG= yes |
36 |
|
35 |
|
Lines 80-86
MONODEV_DESC= Build for Mono development (disables crash privacy)
Link Here
|
80 |
MONODEV_CONFIGURE_ON= --enable-icall-symbol-map --enable-icall-export --with-crash_privacy=no |
79 |
MONODEV_CONFIGURE_ON= --enable-icall-symbol-map --enable-icall-export --with-crash_privacy=no |
81 |
|
80 |
|
82 |
NINJA_DESC= Use ninja to build wherever possible |
81 |
NINJA_DESC= Use ninja to build wherever possible |
83 |
NINJA_CONFIGURE_ON= ninja |
82 |
NINJA_CONFIGURE_ON= --enable-ninja |
84 |
NINJA_USES= ninja:build |
83 |
NINJA_USES= ninja:build |
85 |
|
84 |
|
86 |
NLS_DESC= NLS Localization Support |
85 |
NLS_DESC= NLS Localization Support |
87 |
- |
|
|