diff options
Diffstat (limited to 'devel/js_of_ocaml/Makefile')
-rw-r--r-- | devel/js_of_ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/js_of_ocaml/Makefile b/devel/js_of_ocaml/Makefile index 75d54eb174a..6ccff095c06 100644 --- a/devel/js_of_ocaml/Makefile +++ b/devel/js_of_ocaml/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2015/06/30 11:52:56 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2015/08/07 11:20:33 jaapb Exp $ # DISTNAME= 2.5 PKGNAME= js_of_ocaml-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://github.com/ocsigen/js_of_ocaml/archive/ DIST_SUBDIR= js_of_ocaml |