diff options
author | jaapb <jaapb@pkgsrc.org> | 2015-08-07 11:20:32 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2015-08-07 11:20:32 +0000 |
commit | 7450b522cd182f6ff1e050ca428f8dc03124cba6 (patch) | |
tree | 58fc5a95dfea874f6551f1f983c0f3253f641563 /misc | |
parent | 920fd763aba28beb9a6ca3b5ee85d848e1f89db2 (diff) | |
download | pkgsrc-7450b522cd182f6ff1e050ca428f8dc03124cba6.tar.gz |
Recursive revbump associated with lang/ocaml update.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ocaml-opam/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile index 02c30f5f37f..2b8ae5d8a67 100644 --- a/misc/ocaml-opam/Makefile +++ b/misc/ocaml-opam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2015/06/30 11:52:58 jaapb Exp $ +# $NetBSD: Makefile,v 1.4 2015/08/07 11:20:34 jaapb Exp $ VERSION= 1.2.0 PKGNAME= ocaml-opam-${VERSION} DISTNAME= ${VERSION} DIST_SUBDIR= ocaml-opam -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= https://github.com/ocaml/opam/archive/ @@ -25,6 +25,7 @@ BUILD_TARGET= all INSTALL_TARGET= install libinstall INSTALL_ENV+= LIBINSTALL_DIR=${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR} +.include "options.mk" .include "../../devel/ocaml-cmdliner/buildlink3.mk" .include "../../devel/ocaml-extlib/buildlink3.mk" .include "../../devel/ocaml-re/buildlink3.mk" |