diff options
author | sbd <sbd@pkgsrc.org> | 2011-12-06 00:19:21 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-12-06 00:19:21 +0000 |
commit | 529d8cb79d0975915f504cd75275a2453c7353da (patch) | |
tree | 86b60c11be1b24da467cf271f49607c6dfdcb319 /archivers/ocaml-zip | |
parent | e332af7df2c62840f1004e30dde79d7d52057197 (diff) | |
download | pkgsrc-529d8cb79d0975915f504cd75275a2453c7353da.tar.gz |
Recursive bump for lang/ocaml buildlink addition.
Diffstat (limited to 'archivers/ocaml-zip')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index eb50544763e..d4edddee306 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2010/01/30 17:43:42 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/06 00:19:22 sbd Exp $ # DISTNAME= camlzip-${VERSION} PKGNAME= ocaml-zip-${VERSION} VERSION= 1.03 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://caml.inria.fr/distrib/bazar-ocaml/ |