diff options
Diffstat (limited to 'www/ocaml-net/Makefile')
-rw-r--r-- | www/ocaml-net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index a998731d3136..7f034206f7a3 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -17,7 +17,7 @@ COMMENT= OCaml modules for Internet applications BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \ camlp5:${PORTSDIR}/devel/ocaml-camlp5 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} CONFLICTS= ocaml-equeue-2* ocaml-netclient-0* |