diff options
author | minskim <minskim@pkgsrc.org> | 2011-09-18 03:51:33 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-09-18 03:51:33 +0000 |
commit | 988b3d04024ffbcc53085e6a3a419aec4498bdab (patch) | |
tree | f04d001a636dc770883de609a7305baab603ac03 /editors/lyx/Makefile | |
parent | 91e0e41346b79ad92fce9381696eb1cc01d852bb (diff) | |
download | pkgsrc-988b3d04024ffbcc53085e6a3a419aec4498bdab.tar.gz |
Replace lyx's dependencies on teTeX with those on TeX Live packages.
Diffstat (limited to 'editors/lyx/Makefile')
-rw-r--r-- | editors/lyx/Makefile | 45 |
1 files changed, 41 insertions, 4 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index ff01b9ce353..c68adbe0765 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2011/04/22 13:43:26 obache Exp $ +# $NetBSD: Makefile,v 1.16 2011/09/18 03:51:33 minskim Exp $ # DISTNAME= lyx-1.6.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/ \ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/1.6.x/ \ @@ -18,6 +18,45 @@ COMMENT= Document processor and graphical frontend for LaTeX CONFLICTS+= lyx-xforms-[0-9]* lyx-qt-[0-9]* SUPERSEDES= lyx-xforms-[0-9]* lyx-qt-[0-9]* +DEPENDS+= makeindexk-[0-9]*:../../textproc/makeindexk +DEPENDS+= tex-ae-[0-9]*:../../fonts/tex-ae +DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts +DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath +DEPENDS+= tex-babel-[0-9]*:../../print/tex-babel +DEPENDS+= tex-bera-[0-9]*:../../fonts/tex-bera +DEPENDS+= tex-bezos-[0-9]*:../../print/tex-bezos +DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex +DEPENDS+= tex-bibtopic-[0-9]*:../../print/tex-bibtopic +DEPENDS+= tex-eco-[0-9]*:../../fonts/tex-eco +DEPENDS+= tex-esint-[0-9]*:../../fonts/tex-esint +DEPENDS+= tex-fancyhdr-[0-9]*:../../print/tex-fancyhdr +DEPENDS+= tex-fourier-[0-9]*:../../fonts/tex-fourier +DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref +DEPENDS+= tex-jurabib-[0-9]*:../../print/tex-jurabib +DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings +DEPENDS+= tex-lm-[0-9]*:../../fonts/tex-lm +DEPENDS+= tex-mhchem-[0-9]*:../../print/tex-mhchem +DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib +DEPENDS+= tex-nomencl-[0-9]*:../../print/tex-nomencl +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-setspace-[0-9]*:../../print/tex-setspace +DEPENDS+= tex-skak-[0-9]*:../../print/tex-skak +DEPENDS+= tex-subfig-[0-9]*:../../print/tex-subfig +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools +DEPENDS+= tex-ulem-[0-9]*:../../print/tex-ulem +DEPENDS+= tex-wasysym-[0-9]*:../../fonts/tex-wasysym +DEPENDS+= tex-xargs-[0-9]*:../../print/tex-xargs +DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor +DEPENDS+= tex-xypic-[0-9]*:../../graphics/tex-xypic UNLIMIT_RESOURCES+= datasize @@ -29,7 +68,6 @@ USE_TOOLS+= gmake perl:run pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 -TEX_ACCEPTED= teTeX3 CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \ --with-qt4-dir=${QTDIR:Q} \ @@ -99,7 +137,6 @@ SUBST_SED.python+= -e 's,command("python -tt,command("${PYTHONBIN} -tt,' .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../textproc/aiksaurus/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" |