summaryrefslogtreecommitdiff
path: root/print/tex-musixtex
diff options
context:
space:
mode:
authorsbd <sbd>2013-04-24 10:10:13 +0000
committersbd <sbd>2013-04-24 10:10:13 +0000
commit338b044d460f79cd9c22b04acfd892652f501ebd (patch)
tree9d95962afa1a90a31d469460009ad8118a3b06ee /print/tex-musixtex
parent7bb36e7f913240499b20bd35da7c86d2dd5fd16e (diff)
downloadpkgsrc-338b044d460f79cd9c22b04acfd892652f501ebd.tar.gz
Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:run
Bump PKGREVISION
Diffstat (limited to 'print/tex-musixtex')
-rw-r--r--print/tex-musixtex/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile
index cf9a6ae6371..601e8df05dd 100644
--- a/print/tex-musixtex/Makefile
+++ b/print/tex-musixtex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2013/03/16 22:48:12 dholland Exp $
+# $NetBSD: Makefile,v 1.29 2013/04/24 10:11:41 sbd Exp $
DISTNAME= musixtex
PKGNAME= tex-${DISTNAME}-1.15
-PKGREVISION= 2
+PKGREVISION= 3
TEXLIVE_REV= 22568
MAINTAINER= dgriffi@cs.csubak.edu
@@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2
DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
+USE_TOOLS+= gs:run
+
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Setting paths to commands.
SUBST_STAGE.paths= pre-configure
@@ -30,5 +32,4 @@ post-extract:
${MV} ${WRKSRC}/texmf-dist/scripts/musixtex/${f}.lua ${WRKSRC}/bin/${f}
.endfor
-.include "../../print/ghostscript/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"