diff options
author | tonio <tonio@pkgsrc.org> | 2009-09-08 18:35:46 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-09-08 18:35:46 +0000 |
commit | 18f74f5a565e1813c4123db18f1317f6026c6201 (patch) | |
tree | b570f4d6b96448ed7b631802be70fc63ebbd63fd /x11/labltk | |
parent | a5fe2e28c78c98823e7e96eaa0f431db1f32529a (diff) | |
download | pkgsrc-18f74f5a565e1813c4123db18f1317f6026c6201.tar.gz |
Fix x11/labltk for ocaml 3.11.1 [PR pkg/42017]
Diffstat (limited to 'x11/labltk')
-rw-r--r-- | x11/labltk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 36f146a1ba8..d04b69c282a 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2007/12/27 16:24:21 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2009/09/08 18:35:46 tonio Exp $ .include "../../lang/ocaml/Makefile.common" PKGNAME= ${DISTNAME:S/ocaml/labltk/} -PKGREVISION= 3 COMMENT= Tk bindings for ocaml |