svn commit: r452514 - head/x11-toolkits/ocaml-labltk

Pietro Cerutti gahr at FreeBSD.org
Fri Oct 20 11:17:58 UTC 2017


Author: gahr
Date: Fri Oct 20 11:17:56 2017
New Revision: 452514
URL: https://svnweb.freebsd.org/changeset/ports/452514

Log:
  x11-toolkits/ocaml-labltk: remove TK option, Tcl/Tk 8.4 have expired

Modified:
  head/x11-toolkits/ocaml-labltk/Makefile

Modified: head/x11-toolkits/ocaml-labltk/Makefile
==============================================================================
--- head/x11-toolkits/ocaml-labltk/Makefile	Fri Oct 20 11:17:33 2017	(r452513)
+++ head/x11-toolkits/ocaml-labltk/Makefile	Fri Oct 20 11:17:56 2017	(r452514)
@@ -3,6 +3,7 @@
 
 PORTNAME=	labltk
 PORTVERSION=	8.06.0
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/1455/
 PKGNAMEPREFIX=	ocaml-
@@ -12,7 +13,7 @@ COMMENT=	Objective Caml interface to Tk
 
 LICENSE=	LGPL20
 
-USES=		gmake tk:84,85
+USES=		gmake tk:85
 HAS_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 MAKE_ENV+=	STAGEDIR="${STAGEDIR}"


More information about the svn-ports-all mailing list