diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
commit | c72f46770a033862d2da82574c575a6eb68fe5e2 (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /editors/lyx-qt | |
parent | 48a20753c5149a23eafc27c6b216724efcb91320 (diff) | |
download | pkgsrc-c72f46770a033862d2da82574c575a6eb68fe5e2.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'editors/lyx-qt')
-rw-r--r-- | editors/lyx-qt/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile index d92a217fa4f..4a5b1f41fff 100644 --- a/editors/lyx-qt/Makefile +++ b/editors/lyx-qt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2003/12/23 21:10:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/12/24 13:02:00 jmmv Exp $ # .include "./Makefile.common" PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= (QT version) diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index a1c71606f0c..4b5f9d802ef 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2003/12/23 21:10:22 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.10 2003/12/24 13:02:00 jmmv Exp $ # DISTNAME= lyx-1.3.3 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.lyx.org/ COMMENT= Graphical frontend for LaTeX CONFLICTS= lyx-[0-9]* -DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2 +DEPENDS+= teTeX-[0-9]*:../../print/teTeX DESCR_SRC= ${.CURDIR}/../../editors/lyx-qt/DESCR DISTINFO_FILE= ${.CURDIR}/../../editors/lyx-qt/distinfo |