pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/lyx Correct paths to tex-pst-node and tex-pstr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/037004d78593
branches:  trunk
changeset: 593005:037004d78593
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Sep 18 14:32:59 2011 +0000

description:
Correct paths to tex-pst-node and tex-pstricks.

Noted by Robert Elz.

diffstat:

 editors/lyx/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 635159b222e9 -r 037004d78593 editors/lyx/Makefile
--- a/editors/lyx/Makefile      Sun Sep 18 14:18:24 2011 +0000
+++ b/editors/lyx/Makefile      Sun Sep 18 14:32:59 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/09/18 03:51:33 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2011/09/18 14:32:59 minskim Exp $
 #
 
 DISTNAME=              lyx-1.6.9
@@ -46,8 +46,8 @@
 DEPENDS+=              tex-oberdiek-[0-9]*:../../print/tex-oberdiek
 DEPENDS+=              tex-pdftex-[0-9]*:../../print/tex-pdftex
 DEPENDS+=              tex-psnfss-[0-9]*:../../fonts/tex-psnfss
-DEPENDS+=              tex-pst-node-[0-9]*:../../print/tex-pst-node
-DEPENDS+=              tex-pstricks-[0-9]*:../../print/tex-pstricks
+DEPENDS+=              tex-pst-node-[0-9]*:../../graphics/tex-pst-node
+DEPENDS+=              tex-pstricks-[0-9]*:../../graphics/tex-pstricks
 DEPENDS+=              tex-setspace-[0-9]*:../../print/tex-setspace
 DEPENDS+=              tex-skak-[0-9]*:../../print/tex-skak
 DEPENDS+=              tex-subfig-[0-9]*:../../print/tex-subfig



Home | Main Index | Thread Index | Old Index