diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 23:38:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 23:38:37 +0000 |
commit | e8043d2afdf6f1f2bc5b083613732d872c04f3e8 (patch) | |
tree | 67d7ef75b34ba76dfefe14c3389796270d250981 /devel | |
parent | 4553f0d1d039940b882b15c868b38efea21e99b7 (diff) | |
download | ports-e8043d2afdf6f1f2bc5b083613732d872c04f3e8.tar.gz ports-e8043d2afdf6f1f2bc5b083613732d872c04f3e8.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-findlib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index bb89b34a60d9..d9fb025c2d5e 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -27,7 +27,11 @@ MAN1= ocamlfind.1 MAN5= META.5 findlib.conf.5 site-lib.5 # this list comes from the findlib configure script -OCAML_DIRS= dbm dynlink graphics num num-top str threads unix stdlib bigarray labltk camlp4 +OCAML_DIRS= dbm dynlink graphics num num-top str threads unix stdlib bigarray camlp4 + +.if !defined(WITHOUT_X11) +OCAML_DIRS+= labltk +.endif post-install: @${FIND} ${PREFIX}/lib/ocaml/site-lib/findlib -type f | \ |