pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/harmony Fix build failure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/009af2072d44
branches:  trunk
changeset: 610463:009af2072d44
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Thu Oct 25 22:47:33 2012 +0000

description:
Fix build failure

diffstat:

 textproc/harmony/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 7b0b776a1d46 -r 009af2072d44 textproc/harmony/Makefile
--- a/textproc/harmony/Makefile Thu Oct 25 21:45:27 2012 +0000
+++ b/textproc/harmony/Makefile Thu Oct 25 22:47:33 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/25 20:18:36 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2012/10/25 22:47:33 cheusov Exp $
 #
 
 DISTNAME=      harmony-stable-${VERSION}
@@ -19,7 +19,6 @@
 BUILD_DEPENDS+=        tex-preprint-[0-9]*:../../print/tex-preprint
 BUILD_DEPENDS+=        tex-psnfss-[0-9]*:../../fonts/tex-psnfss
 DEPENDS+=      ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
-DEPENDS+=      ocamlnet-[0-9]*:../../net/ocamlnet
 DEPENDS+=      pxp-[0-9]*:../../textproc/pxp
 
 VERSION=20060526
@@ -47,4 +46,5 @@
 
 .include "../../lang/ocaml/buildlink3.mk"
 .include "../../devel/pcre-ocaml/buildlink3.mk"
+.include "../../net/ocamlnet/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index