Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= m17n-lib |
8 |
PORTNAME= m17n-lib |
9 |
PORTVERSION= 1.5.4 |
9 |
PORTVERSION= 1.5.5 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
12 |
MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ |
11 |
MASTER_SITES= http://www.m17n.org/m17n-lib-download/ \ |
13 |
http://anthesphoria.net/FreeBSD/ports/distfiles/ |
12 |
http://anthesphoria.net/FreeBSD/ports/distfiles/ |
Lines 15-25
Link Here
|
15 |
MAINTAINER= nikola.lecic@anthesphoria.net |
14 |
MAINTAINER= nikola.lecic@anthesphoria.net |
16 |
COMMENT= A library for the multilingual text handling |
15 |
COMMENT= A library for the multilingual text handling |
17 |
|
16 |
|
18 |
BUILD_DEPENDS= m17n-db>=1.5.4:${PORTSDIR}/devel/m17n-db |
17 |
BUILD_DEPENDS= m17n-db>=1.5.5:${PORTSDIR}/devel/m17n-db |
19 |
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi \ |
18 |
LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi \ |
20 |
gd.4:${PORTSDIR}/graphics/gd \ |
19 |
gd.4:${PORTSDIR}/graphics/gd \ |
21 |
otf.0:${PORTSDIR}/print/libotf |
20 |
otf.0:${PORTSDIR}/print/libotf |
22 |
RUN_DEPENDS= m17n-db>=1.5.4:${PORTSDIR}/devel/m17n-db |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
23 |
|
22 |
|
24 |
MAKE_JOBS_UNSAFE= yes |
23 |
MAKE_JOBS_UNSAFE= yes |
25 |
|
24 |
|