pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-texmate Fix depends. If this has built befo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2c5b3723bcb
branches:  trunk
changeset: 651975:f2c5b3723bcb
user:      bad <bad%pkgsrc.org@localhost>
date:      Tue May 19 20:42:06 2015 +0000

description:
Fix depends.  If this has built before it was by sheer luck.
PKGREVISION++

diffstat:

 print/tex-texmate/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 3976dca81ffb -r f2c5b3723bcb print/tex-texmate/Makefile
--- a/print/tex-texmate/Makefile        Tue May 19 19:33:54 2015 +0000
+++ b/print/tex-texmate/Makefile        Tue May 19 20:42:06 2015 +0000
@@ -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@localhost
@@ -10,8 +11,8 @@
 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"



Home | Main Index | Thread Index | Old Index