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 /games | |
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 'games')
-rw-r--r-- | games/freetennis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/freetennis/Makefile b/games/freetennis/Makefile index 803bb17da5db..271394c3dd9b 100644 --- a/games/freetennis/Makefile +++ b/games/freetennis/Makefile @@ -3,7 +3,7 @@ PORTNAME= freetennis PORTVERSION= 0.4.8 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF |