Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= net |
8 |
PORTNAME= net |
9 |
PORTVERSION= 3.5.1 |
9 |
PORTVERSION= 3.6.3 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
MASTER_SITES= http://download.camlcity.org/download/ |
11 |
MASTER_SITES= http://download.camlcity.org/download/ |
12 |
PKGNAMEPREFIX= ocaml- |
12 |
PKGNAMEPREFIX= ocaml- |
Lines 16-22
Link Here
|
16 |
COMMENT= OCaml modules for Internet applications |
16 |
COMMENT= OCaml modules for Internet applications |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre |
18 |
BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
|
20 |
|
21 |
CONFLICTS= ocaml-equeue-2* ocaml-netclient-0* |
21 |
CONFLICTS= ocaml-equeue-2* ocaml-netclient-0* |
22 |
|
22 |
|
Lines 53-59
Link Here
|
53 |
ZIP "Enable compression support" OFF \ |
53 |
ZIP "Enable compression support" OFF \ |
54 |
SCRAM "Enable SCRAM support" OFF |
54 |
SCRAM "Enable SCRAM support" OFF |
55 |
|
55 |
|
56 |
CONFIGURE_ARGS+= -disable-gtk |
56 |
CONFIGURE_ARGS+= -disable-gtk -enable-pcre |
57 |
|
57 |
|
58 |
.include <bsd.port.options.mk> |
58 |
.include <bsd.port.options.mk> |
59 |
|
59 |
|