diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-05-04 23:46:51 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-05-04 23:46:51 +0800 |
commit | c04bac04b94d1b358c3cd74d226dfe4c7586dc12 (patch) | |
tree | aa391452ea6a289ee70b33bcbec2503509a494d2 /www | |
parent | 91bf08e228e22d630e384378dab60d5003d5ded8 (diff) | |
download | freebsd-ports-gnome-c04bac04b94d1b358c3cd74d226dfe4c7586dc12.tar.gz freebsd-ports-gnome-c04bac04b94d1b358c3cd74d226dfe4c7586dc12.tar.zst freebsd-ports-gnome-c04bac04b94d1b358c3cd74d226dfe4c7586dc12.zip |
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
depends on the camlp4 language and labltk ocaml modules, which are
now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt
PR: 199845
Submitted by: jbeich@
Differential Revision: https://reviews.freebsd.org/D2434
Approved by: portmgr (mat)
Diffstat (limited to 'www')
-rw-r--r-- | www/ocaml-net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/ocaml-net/Makefile b/www/ocaml-net/Makefile index f86676e0182a..1f42ea001dc4 100644 --- a/www/ocaml-net/Makefile +++ b/www/ocaml-net/Makefile @@ -21,6 +21,7 @@ CONFLICTS= ocaml-equeue-2* ocaml-netclient-0* USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes +USE_OCAML_CAMLP4= yes USE_OCAML_LDCONFIG= yes USE_OCAMLFIND_PLIST= yes HAS_CONFIGURE= yes |