Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 013EC7A28D for ; Sat, 17 Dec 2016 14:15:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A7A5C855E1; Sat, 17 Dec 2016 14:15:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3872C855D5 for ; Sat, 17 Dec 2016 14:15:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id suJ9NFIJxeQu for ; Sat, 17 Dec 2016 14:15:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CD99084CFD for ; Sat, 17 Dec 2016 14:15:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB9E5FBA6; Sat, 17 Dec 2016 14:15:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481984148135710" MIME-Version: 1.0 Date: Sat, 17 Dec 2016 14:15:48 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/ocaml-cppo To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20161217141548.CB9E5FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481984148135710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Dec 17 14:15:48 UTC 2016 Modified Files: pkgsrc/devel/ocaml-cppo: Makefile Log Message: Add missing dependency. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ocaml-cppo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481984148135710 Content-Disposition: inline Content-Length: 675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ocaml-cppo/Makefile diff -u pkgsrc/devel/ocaml-cppo/Makefile:1.7 pkgsrc/devel/ocaml-cppo/Makefile:1.8 --- pkgsrc/devel/ocaml-cppo/Makefile:1.7 Wed Nov 30 13:31:48 2016 +++ pkgsrc/devel/ocaml-cppo/Makefile Sat Dec 17 14:15:48 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/11/30 13:31:48 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/12/17 14:15:48 joerg Exp $ DISTNAME= cppo-1.4.1 PKGNAME= ocaml-${DISTNAME} @@ -32,4 +32,5 @@ INSTALLATION_DIRS+= bin ${OCAML_SITELIBD OCAML_FINDLIB_DIRS= cppo_ocamlbuild .include "../../devel/ocamlbuild/buildlink3.mk" +.include "../../lang/camlp4/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1481984148135710--