diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-25 20:18:36 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-25 20:18:36 +0000 |
commit | 6104e13a49b1d454beef948985a1fe33dff0e7f5 (patch) | |
tree | 630f6f22ddec579d500e3aca91af94cdcb39743c /textproc/harmony | |
parent | b6225a97c18d4866016d8240404995c2add982ea (diff) | |
download | pkgsrc-6104e13a49b1d454beef948985a1fe33dff0e7f5.tar.gz |
Remove equeue from DEPENDS. This library is now a part of ocamlnet.
Discussed with jaapb@
Diffstat (limited to 'textproc/harmony')
-rw-r--r-- | textproc/harmony/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index 554395a537d..6d8725cb6f4 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/25 06:55:53 asau Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/25 20:18:36 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+= equeue-[0-9]*:../../devel/equeue DEPENDS+= ocamlnet-[0-9]*:../../net/ocamlnet DEPENDS+= pxp-[0-9]*:../../textproc/pxp |