summaryrefslogtreecommitdiff
path: root/databases/ocaml-mysql
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2014-10-29 05:21:55 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2014-10-29 05:21:55 +0000
commit2349a8203ff31bd5c0e45787f7d6cf010488ec46 (patch)
tree62c94560d4df0bbffd3bfe10c3e3d36aaed57db6 /databases/ocaml-mysql
parent5590bbe8d295c2dcabaf92ac578289be0749b53d (diff)
downloadpkgsrc-2349a8203ff31bd5c0e45787f7d6cf010488ec46.tar.gz
Add .include "../../lang/camlp4/buildlink3.mk".
Diffstat (limited to 'databases/ocaml-mysql')
-rw-r--r--databases/ocaml-mysql/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile
index 481a2459a30..31a14b1a904 100644
--- a/databases/ocaml-mysql/Makefile
+++ b/databases/ocaml-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/10/09 19:44:07 jaapb Exp $
+# $NetBSD: Makefile,v 1.17 2014/10/29 05:21:55 hiramatsu Exp $
#
DISTNAME= ocaml-mysql-1.1.2
@@ -29,5 +29,6 @@ post-install:
cd ${WRKSRC}/doc/mysql/html && ${INSTALL_DATA} *.html ${DESTDIR}${DOCDIR}
.include "../../devel/ocaml-findlib/buildlink3.mk"
+.include "../../lang/camlp4/buildlink3.mk"
.include "../../mk/mysql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"