diff options
author | minskim <minskim> | 2011-03-20 18:06:56 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-03-20 18:06:56 +0000 |
commit | debcbbbdab39c34b707310278e55721ac4bc5ddc (patch) | |
tree | e8ce59ef550fa46202df3a96522710c568db171d /editors | |
parent | ef34f011583911e6be77bd92358bff3cd91e8df0 (diff) | |
download | pkgsrc-debcbbbdab39c34b707310278e55721ac4bc5ddc.tar.gz |
lyx does not need teTeX/module.mk; include tex.buildlink3.mk instead.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 0d9989f310b..8a157ac4269 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2011/03/09 18:48:51 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2011/03/20 18:06:56 minskim Exp $ # DISTNAME= lyx-1.6.8 @@ -30,7 +30,6 @@ USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES GCC_REQD+= 2.95 TEX_ACCEPTED= teTeX3 -MAKE_ENV+= PKG_LOCALTEXMFPREFIX=${PKG_LOCALTEXMFPREFIX} CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.qt4-libs} \ --with-qt4-dir=${QTDIR:Q} \ @@ -100,7 +99,7 @@ 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 "../../print/teTeX/module.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../textproc/aiksaurus/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../x11/qt4-libs/buildlink3.mk" |