diff options
Diffstat (limited to 'x11/labltk')
-rw-r--r-- | x11/labltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index 3fd107fa70f..3e847271ffb 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2013/06/06 12:55:19 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2013/11/01 11:30:23 jaapb Exp $ INSTALLATION_DIRS+= lib/ocaml/stublibs MAKE_JOBS_SAFE= no @@ -6,7 +6,7 @@ MAKE_JOBS_SAFE= no .include "../../lang/ocaml/Makefile.common" PKGNAME= ${DISTNAME:S/ocaml/labltk/} -PKGREVISION= 9 +PKGREVISION= 10 COMMENT= Tk bindings for ocaml |