summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2015-08-08 18:44:54 +0000
committerjaapb <jaapb@pkgsrc.org>2015-08-08 18:44:54 +0000
commitbd0afc65fdb4cea78d5b4889425f12fe91ac9951 (patch)
tree27580ea2a59f1bba4edb30db6113b8dbcb1c845b /misc
parent38f7d591251ce6871dd4cc4e028c915882d29afd (diff)
downloadpkgsrc-bd0afc65fdb4cea78d5b4889425f12fe91ac9951.tar.gz
Removed options.mk that really shouldn't be there (yet). Sorry.
Diffstat (limited to 'misc')
-rw-r--r--misc/ocaml-opam/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ocaml-opam/Makefile b/misc/ocaml-opam/Makefile
index 2b8ae5d8a67..b4a90cbf4d8 100644
--- a/misc/ocaml-opam/Makefile
+++ b/misc/ocaml-opam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/08/07 11:20:34 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2015/08/08 18:44:54 jaapb Exp $
VERSION= 1.2.0
PKGNAME= ocaml-opam-${VERSION}
@@ -25,7 +25,6 @@ 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"