summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjaapb <jaapb>2015-08-07 11:20:32 +0000
committerjaapb <jaapb>2015-08-07 11:20:32 +0000
commit884cceeaf3858a6e063b0f5f49c44dbcba582471 (patch)
tree58fc5a95dfea874f6551f1f983c0f3253f641563 /misc
parent6cb480ac3b8b95b6bed4f43d53b9630977720560 (diff)
downloadpkgsrc-884cceeaf3858a6e063b0f5f49c44dbcba582471.tar.gz
Recursive revbump associated with lang/ocaml update.
Diffstat (limited to 'misc')
-rw-r--r--misc/ocaml-opam/Makefile5
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"