summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-08 18:56:34 +0000
committertonio <tonio@pkgsrc.org>2005-11-08 18:56:34 +0000
commitd0a2df6fd45cc1c2908138b19e6d667ee6605bf2 (patch)
tree981d0dfecfd3c11c59f9d3edd2afec4b05551a42 /editors/TeXmacs/Makefile
parentbf09fc2238da570031a2df1fea0edd44b8c2945d (diff)
downloadpkgsrc-d0a2df6fd45cc1c2908138b19e6d667ee6605bf2.tar.gz
convert TeXmacs and lyx-qt to use tex.buildlink3.mk
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r--editors/TeXmacs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 4d7620f290d..c3c100d90f9 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -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 @@ MAINTAINER= recht@NetBSD.org
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 @@ SUBST_SED.init= -e 's,@PYTHONBIN@,${PYTHONBIN},g'
.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"