diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-23 21:10:22 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-23 21:10:22 +0000 |
commit | bf1d5fad5f783e1c4cf8e7d51702a4d8359a4611 (patch) | |
tree | 5b860357b04ee9e59733121b5599f2572f9b1c02 | |
parent | 335df10267c0feee367ebbb4a57a5e50b30ea047 (diff) | |
download | pkgsrc-bf1d5fad5f783e1c4cf8e7d51702a4d8359a4611.tar.gz |
Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
-rw-r--r-- | devel/doxygen/Makefile | 5 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile | 3 | ||||
-rw-r--r-- | editors/lyx-qt/Makefile.common | 4 | ||||
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
4 files changed, 10 insertions, 6 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index f53c7514d29..c0f967fa4fb 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/12/03 05:38:50 martti Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/23 21:10:22 jmmv Exp $ DISTNAME= doxygen-1.3.5.src PKGNAME= doxygen-1.3.5 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ @@ -10,7 +11,7 @@ MAINTAINER= groo@NetBSD.org HOMEPAGE= http://www.doxygen.org/ COMMENT= Documentation system for C++, Java, IDL and C -DEPENDS+= teTeX>=0.0:../../print/teTeX +DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2 USE_GMAKE= yes USE_PERL5= yes 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]* |