diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-22 15:36:21 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-22 15:36:21 +0000 |
commit | fd6aa2cd0f4f60c40f3c258747f7255eff267d2f (patch) | |
tree | 4e80af421c21e9ae51fed96dcafbce6c9c3561bc | |
parent | ee0d20ef5e0c085858b8e411c0089f3735b0fa52 (diff) | |
download | ports-fd6aa2cd0f4f60c40f3c258747f7255eff267d2f.tar.gz ports-fd6aa2cd0f4f60c40f3c258747f7255eff267d2f.zip |
x11-toolkits/ocaml-labltk supports Tcl/tk 8.6 too
- Reset maintainer due to the long timeout
PR: 222527
Submitted by: 1wkmmr@gmail.com
Approved by: michipili@gmail.com (maintainer timeout, ~1 year)
Notes
Notes:
svn path=/head/; revision=485602
-rw-r--r-- | x11-toolkits/ocaml-labltk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/ocaml-labltk/Makefile b/x11-toolkits/ocaml-labltk/Makefile index 0be002ea0887..f939921af139 100644 --- a/x11-toolkits/ocaml-labltk/Makefile +++ b/x11-toolkits/ocaml-labltk/Makefile @@ -3,17 +3,17 @@ PORTNAME= labltk PORTVERSION= 8.06.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1455/ PKGNAMEPREFIX= ocaml- -MAINTAINER= michipili@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Objective Caml interface to Tk LICENSE= LGPL20 -USES= gmake tk:85 +USES= gmake tk:85+ HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes MAKE_ENV+= STAGEDIR="${STAGEDIR}" |