pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors convert TeXmacs and lyx-qt to use tex.buildlin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f1cc12598c1
branches:  trunk
changeset: 502751:4f1cc12598c1
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Nov 08 18:56:34 2005 +0000

description:
convert TeXmacs and lyx-qt to use tex.buildlink3.mk

diffstat:

 editors/TeXmacs/Makefile       |  6 +++---
 editors/lyx-qt/Makefile.common |  5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r 60108b71444b -r 4f1cc12598c1 editors/TeXmacs/Makefile
--- a/editors/TeXmacs/Makefile  Tue Nov 08 18:53:02 2005 +0000
+++ b/editors/TeXmacs/Makefile  Tue Nov 08 18:56:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2005/08/26 17:21:04 drochner Exp $
+# $NetBSD: Makefile,v 1.48 2005/11/08 18:56:34 tonio Exp $
 
 DISTNAME=      TeXmacs-1.0.5.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -9,13 +9,12 @@
 HOMEPAGE=      http://www.texmacs.org/
 COMMENT=       GNU TeXmacs (free scientific text editor)
 
-DEPENDS+=      teTeX-bin>=1.0:../../print/teTeX-bin
-
 BUILD_TARGET=  TEXMACS
 
 USE_TOOLS+=            gmake
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes
+LATEX_ACCEPTED=                teTeX1 teTeX2 teTeX3
 
 PYTHON_PATCH_SCRIPTS=  plugins/python/bin/tm_python
 
@@ -29,5 +28,6 @@
 .include "../../lang/guile/buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
 .include "../../lang/python/application.mk"
+.include "../../mk/tex.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 60108b71444b -r 4f1cc12598c1 editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common    Tue Nov 08 18:53:02 2005 +0000
+++ b/editors/lyx-qt/Makefile.common    Tue Nov 08 18:56:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2005/09/07 17:40:08 reed Exp $
+# $NetBSD: Makefile.common,v 1.29 2005/11/08 18:56:34 tonio Exp $
 #
 
 DISTNAME=              lyx-1.3.6
@@ -12,7 +12,6 @@
 COMMENT=               Graphical frontend for LaTeX
 
 CONFLICTS=             lyx-[0-9]*
-DEPENDS+=              teTeX-[0-9]*:../../print/teTeX
 
 MESSAGE_SRC=           ${.CURDIR}/../../editors/lyx-qt/MESSAGE
 DISTINFO_FILE=         ${.CURDIR}/../../editors/lyx-qt/distinfo
@@ -28,6 +27,7 @@
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
 GCC_REQD+=             2.95
+LATEX_ACCEPTED=                teTeX1 teTeX2 teTeX3
 
 CONFIGURE_ARGS+=       --with-pspell-lib=${BUILDLINK_PREFIX.aspell}/lib \
                        --with-pspell-include=${BUILDLINK_PREFIX.aspell}/include/pspell \
@@ -82,3 +82,4 @@
 .include "../../textproc/aspell/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/x11.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"



Home | Main Index | Thread Index | Old Index