diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 10:38:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 10:38:57 +0000 |
commit | 1feab97485c26e665b39546117c84e66f0b6cf0a (patch) | |
tree | ab7943f41d561c0928dce796db98926e39b68b98 /x11-toolkits/ocaml-labltk | |
parent | 717fb54adb4968636712660f7838521b84cd414b (diff) |
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}" |