diff options
author | minskim <minskim> | 2009-02-25 18:02:01 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-02-25 18:02:01 +0000 |
commit | b6b9ef61fb46546ff861f33b1111d19ffd134122 (patch) | |
tree | d2ade4e050b96a0996eb73a75cb6286943b29750 /textproc/harmony | |
parent | cf14fa90cf20521ab4551c80551fe9dac46f1bdb (diff) | |
download | pkgsrc-b6b9ef61fb46546ff861f33b1111d19ffd134122.tar.gz |
Let harmony depend on dvipsk because teTeX-bin no longer provides dvips.
Diffstat (limited to 'textproc/harmony')
-rw-r--r-- | textproc/harmony/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile index 700da27ce66..9f6c35df4a6 100644 --- a/textproc/harmony/Makefile +++ b/textproc/harmony/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/11 15:55:31 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/02/25 18:02:01 minskim Exp $ # DISTNAME= harmony-stable-${VERSION} @@ -10,6 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://alliance.seas.upenn.edu/~harmony/ COMMENT= Generic framework for reconciling disconnected updates to heterogeneous, replicated XML data +BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib DEPENDS+= equeue-[0-9]*:../../devel/equeue DEPENDS+= ocamlnet-[0-9]*:../../net/ocamlnet |