diff options
author | minskim <minskim@pkgsrc.org> | 2009-02-25 17:55:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-02-25 17:55:00 +0000 |
commit | 72990d5f37c9d610bfcc2b2da3f68626b4ae317f (patch) | |
tree | 8dd64f2826fba64d1c59477811eefffc14590191 /print/tex-musixtex | |
parent | 9321f15867de7ffa9e12b27c4d30a24dad0a6f0c (diff) | |
download | pkgsrc-72990d5f37c9d610bfcc2b2da3f68626b4ae317f.tar.gz |
Let tex-musixtex depend on dvipsk because teTeX-bin no longer provides
dvips.
Diffstat (limited to 'print/tex-musixtex')
-rw-r--r-- | print/tex-musixtex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile index a9f05cb6aae..34e4873d6a9 100644 --- a/print/tex-musixtex/Makefile +++ b/print/tex-musixtex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/02/25 17:53:50 minskim Exp $ +# $NetBSD: Makefile,v 1.23 2009/02/25 17:55:00 minskim Exp $ # DISTNAME= musixtex-112 @@ -12,6 +12,8 @@ MAINTAINER= dgriffi@cs.csubak.edu HOMEPAGE= http://icking-music-archive.org/ COMMENT= TeX macros to typeset music +BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk + TEX_ACCEPTED= teTeX3 WRKSRC= ${WRKDIR}/musixtex-T112 |