diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 11:17:56 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 11:17:56 +0000 |
commit | 1230303ede2578b1f575f1db4347e764134d461d (patch) | |
tree | 746e99efc5c5fdeaba29280d067d781455fa5ec9 /x11-toolkits/ocaml-labltk | |
parent | ec9b62b6e50c8e04f854b8bfbbcf4b5e81773e4b (diff) | |
download | ports-1230303ede2578b1f575f1db4347e764134d461d.tar.gz ports-1230303ede2578b1f575f1db4347e764134d461d.zip |
Notes
Diffstat (limited to 'x11-toolkits/ocaml-labltk')
-rw-r--r-- | x11-toolkits/ocaml-labltk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/ocaml-labltk/Makefile b/x11-toolkits/ocaml-labltk/Makefile index 1da4b11ea8d6..0be002ea0887 100644 --- a/x11-toolkits/ocaml-labltk/Makefile +++ b/x11-toolkits/ocaml-labltk/Makefile @@ -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}" |