summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorbad <bad>2015-05-19 20:42:06 +0000
committerbad <bad>2015-05-19 20:42:06 +0000
commit7a29331b5c6c8d5afa8e9ed7a9c4560521238391 (patch)
tree814995b444e949852e25104c8316c4f8aca7f3fb /print
parente81b34375baa97dcd4c58513b09b68c1b41037c9 (diff)
downloadpkgsrc-7a29331b5c6c8d5afa8e9ed7a9c4560521238391.tar.gz
Fix depends. If this has built before it was by sheer luck.
PKGREVISION++
Diffstat (limited to 'print')
-rw-r--r--print/tex-texmate/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/tex-texmate/Makefile b/print/tex-texmate/Makefile
index a2fabc5bc58..56a5c8b4886 100644
--- a/print/tex-texmate/Makefile
+++ b/print/tex-texmate/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2015/05/06 09:07:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2015/05/19 20:42:06 bad Exp $
DISTNAME= texmate
PKGNAME= tex-${DISTNAME}-2
+PKGREVISION= 1
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
@@ -10,8 +11,8 @@ COMMENT= Comprehensive chess annotation in LaTeX
LICENSE= lppl-1.3c
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
-DEPENDS+= tex-chessfss-[0-9]*:../../print/tex-skaknew
-DEPENDS+= tex-skak-[0-9]*:../../print/tex-skaknew
+DEPENDS+= tex-chessfss-[0-9]*:../../print/tex-chessfss
+DEPENDS+= tex-skak-[0-9]*:../../print/tex-skak
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"