diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2014-10-29 05:21:55 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2014-10-29 05:21:55 +0000 |
commit | f79097de7a430a12fce996541a28b1f02a51741d (patch) | |
tree | 62c94560d4df0bbffd3bfe10c3e3d36aaed57db6 /databases/ocaml-mysql | |
parent | 2ce909fd07d941a50d3491b5915e68987f34fd01 (diff) | |
download | pkgsrc-f79097de7a430a12fce996541a28b1f02a51741d.tar.gz |
Add .include "../../lang/camlp4/buildlink3.mk".
Diffstat (limited to 'databases/ocaml-mysql')
-rw-r--r-- | databases/ocaml-mysql/Makefile | 3 |
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" |