View | Details | Raw Unified | Return to bug 92502
Collapse All | Expand All

(-)ocaml-findlib/Makefile (-1 / +5 lines)
Lines 27-33 Link Here
27
MAN5=	META.5 findlib.conf.5 site-lib.5
27
MAN5=	META.5 findlib.conf.5 site-lib.5
28
28
29
# this list comes from the findlib configure script
29
# this list comes from the findlib configure script
30
OCAML_DIRS=	dbm dynlink graphics num num-top str threads unix stdlib bigarray labltk camlp4
30
OCAML_DIRS=	dbm dynlink graphics num num-top str threads unix stdlib bigarray camlp4
31
32
.if !defined(WITHOUT_X11)
33
OCAML_DIRS+=   labltk
34
.endif
31
35
32
post-install:
36
post-install:
33
	@${FIND} ${PREFIX}/lib/ocaml/site-lib/findlib -type f | \
37
	@${FIND} ${PREFIX}/lib/ocaml/site-lib/findlib -type f | \

Return to bug 92502