pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ocaml-cppo



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.

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"



Home | Main Index | Thread Index | Old Index