Depend on either teTeX and teTeX2 (defaulting to the later).
Fixes PR pkg/23852.
This commit is contained in:
parent
335df10267
commit
bf1d5fad5f
4 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]*
|
||||
|
|
Loading…
Reference in a new issue