Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 15:49:47 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485603 - head/graphics/ocaml-lablgl
Message-ID:  <201811221549.wAMFnlqM054008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811221549.wAMFnlqM054008>