svn commit: r485603 - head/graphics/ocaml-lablgl

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 22 15:49:47 UTC 2018


Author: tobik
Date: Thu Nov 22 15:49:46 2018
New Revision: 485603
URL: https://svnweb.freebsd.org/changeset/ports/485603

Log:
  x11-toolkits/ocaml-lablgl supports Tcl/Tk 8.6 too
  
  PR:		222527

Modified:
  head/graphics/ocaml-lablgl/Makefile

Modified: head/graphics/ocaml-lablgl/Makefile
==============================================================================
--- head/graphics/ocaml-lablgl/Makefile	Thu Nov 22 15:36:21 2018	(r485602)
+++ head/graphics/ocaml-lablgl/Makefile	Thu Nov 22 15:49:46 2018	(r485603)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lablgl
 PORTVERSION=	1.05
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \
@@ -17,7 +17,7 @@ LICENSE=	BSD3CLAUSE
 
 CONFLICTS=	ocaml-nox11-[0-9]*
 
-USES=		gmake tk:85
+USES=		gmake tk:85+
 USE_XORG=	x11 xext xmu
 USE_GL=		glut
 USE_OCAML=	yes


More information about the svn-ports-all mailing list