summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-23 21:10:22 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-23 21:10:22 +0000
commitbf1d5fad5f783e1c4cf8e7d51702a4d8359a4611 (patch)
tree5b860357b04ee9e59733121b5599f2572f9b1c02 /editors
parent335df10267c0feee367ebbb4a57a5e50b30ea047 (diff)
downloadpkgsrc-bf1d5fad5f783e1c4cf8e7d51702a4d8359a4611.tar.gz
Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/Makefile3
-rw-r--r--editors/lyx-qt/Makefile.common4
-rw-r--r--editors/lyx-xforms/Makefile4
3 files changed, 7 insertions, 4 deletions
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index 378f76f9984..d92a217fa4f 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2003/09/26 20:04:37 recht Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/23 21:10:22 jmmv Exp $
#
.include "./Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/}
+PKGREVISION= 1
COMMENT+= (QT version)
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index 7a9019275b7..a1c71606f0c 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2003/10/01 21:27:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2003/12/23 21:10:22 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+= teTeX2>=2.0.1:../../print/teTeX2
+DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2
DESCR_SRC= ${.CURDIR}/../../editors/lyx-qt/DESCR
DISTINFO_FILE= ${.CURDIR}/../../editors/lyx-qt/distinfo
diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile
index 2d7c9102465..b3d171b9eef 100644
--- a/editors/lyx-xforms/Makefile
+++ b/editors/lyx-xforms/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/23 10:10:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/23 21:10:22 jmmv Exp $
#
.include "../lyx-qt/Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/}
+PKGREVISION= 1
+
COMMENT+= (xforms version)
CONFLICTS+= lyx-qt-[0-9]*