summaryrefslogtreecommitdiff
path: root/textproc/harmony
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2012-03-05 04:41:17 +0000
committerminskim <minskim@pkgsrc.org>2012-03-05 04:41:17 +0000
commitded6fe2ac7b82b805e9bf8f559824663e96e8bfd (patch)
tree7b60949a2e801d8353406b59d72914ff005be1e7 /textproc/harmony
parentb3c2a2fa97c5698ca6287259d32f9ba579b55688 (diff)
downloadpkgsrc-ded6fe2ac7b82b805e9bf8f559824663e96e8bfd.tar.gz
Reduce harmony's dependencies on TeX.
Diffstat (limited to 'textproc/harmony')
-rw-r--r--textproc/harmony/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/harmony/Makefile b/textproc/harmony/Makefile
index ec8b9edf3d5..bc84a268d7e 100644
--- a/textproc/harmony/Makefile
+++ b/textproc/harmony/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2012/03/03 00:14:00 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/03/05 04:41:17 minskim Exp $
#
DISTNAME= harmony-stable-${VERSION}
PKGNAME= harmony-${VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://alliance.seas.upenn.edu/~harmony/download/
@@ -15,6 +15,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
+BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
+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
@@ -24,7 +28,6 @@ VERSION=20060526
WRKSRC= ${WRKDIR}/harmony-nightly-${VERSION}
USE_TOOLS+= gmake
-TEX_DEPMETHOD= build
TEST_TARGET= test
INSTALLATION_DIRS= bin share/doc/harmony
@@ -46,5 +49,4 @@ do-install:
.include "../../lang/ocaml/buildlink3.mk"
.include "../../devel/pcre-ocaml/buildlink3.mk"
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"