summaryrefslogtreecommitdiff
path: root/textproc/harmony
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-10-25 22:47:33 +0000
committercheusov <cheusov@pkgsrc.org>2012-10-25 22:47:33 +0000
commitf667c646429aba65c86de94c10092beddf1939cb (patch)
tree79f4df9d465bac6cebbca290d0532a6c1b200010 /textproc/harmony
parentb69702aa3b3cc0069bc5f3b578267d6a6afb594b (diff)
downloadpkgsrc-f667c646429aba65c86de94c10092beddf1939cb.tar.gz
Fix build failure
Diffstat (limited to 'textproc/harmony')
-rw-r--r--textproc/harmony/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile
index 6d8725cb6f4..524ac8a45ae 100644
--- a/textproc/harmony/Makefile
+++ b/textproc/harmony/Makefile
@@ -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-latex-bin-[0-9]*:../../print/tex-latex-bin
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 @@ do-install:
.include "../../lang/ocaml/buildlink3.mk"
.include "../../devel/pcre-ocaml/buildlink3.mk"
+.include "../../net/ocamlnet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"