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 | afd96925b9526762ee9dd95e01c0dadf090a92f5 (patch) | |
tree | 630f6f22ddec579d500e3aca91af94cdcb39743c /textproc/harmony | |
parent | 7baea3b3e439092e81e09b5b1b3875d8bd629576 (diff) | |
download | pkgsrc-afd96925b9526762ee9dd95e01c0dadf090a92f5.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 |