diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-29 17:35:09 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-29 17:35:09 +0000 |
commit | 919b377570e72cfbb6fb9785d78ebe582e2dd316 (patch) | |
tree | 25dbee2488a9852f54168d35d85667b1a627bca3 /lang/ocaml/Makefile | |
parent | 4d762c2da0f9ebd29c56f6d862f2c554ea412011 (diff) | |
download | ports-919b377570e72cfbb6fb9785d78ebe582e2dd316.tar.gz ports-919b377570e72cfbb6fb9785d78ebe582e2dd316.zip |
Notes
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 8d8c97be5315..d1725b85fc49 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS= -verbose -prefix "${PREFIX}" \ -aspp "${CC} -c" \ -partialld "${LD} -r" -OPTIONS_DEFINE= X11 TK THREADS OPT_DEF DOCS +OPTIONS_DEFINE= X11 TK THREADS CMP_LIB OPT_DEF DOCS OPTIONS_DEFAULT=X11 TK THREADS TK_DESC= LablTk library (requires X11 support) CMP_LIB_DESC= Install compiler libraries |