diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-23 09:54:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-23 09:54:04 +0000 |
commit | adae41c76623ab2fe47fcfbeacc7885e8b1090c5 (patch) | |
tree | b0c735bf76a8cb843242ae561e5f235c53a7b6d2 /devel | |
parent | ea5933021d7983351d66a071aafc0bc603e0c496 (diff) | |
download | pkgsrc-adae41c76623ab2fe47fcfbeacc7885e8b1090c5.tar.gz |
ocaml-cppo: fix Makefile
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-cppo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ocaml-cppo/Makefile b/devel/ocaml-cppo/Makefile index bc56e10eeb0..8d61c0348bb 100644 --- a/devel/ocaml-cppo/Makefile +++ b/devel/ocaml-cppo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/01/22 12:04:04 jaapb Exp $ +# $NetBSD: Makefile,v 1.15 2018/01/23 09:54:04 wiz Exp $ DISTNAME= cppo-1.6.0 PKGNAME= ocaml-${DISTNAME} @@ -54,7 +54,7 @@ do-install: done .endif -+.include "../../devel/ocamlbuild/buildlink3.mk" -+BUILDLINK_DEPMETHOD.ocamlbuild?= full +.include "../../devel/ocamlbuild/buildlink3.mk" +BUILDLINK_DEPMETHOD.ocamlbuild?= full .include "../../lang/camlp4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |