diff options
author | jym <jym@pkgsrc.org> | 2011-07-04 21:33:52 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-07-04 21:33:52 +0000 |
commit | 86b988ba56ce571288f0046672c2db73f814b3e6 (patch) | |
tree | 03ff0060dc656b81c773406955d81ccba932b072 /editors | |
parent | 78fea94bd048c930eae3c527404ae853d0f1e193 (diff) | |
download | pkgsrc-86b988ba56ce571288f0046672c2db73f814b3e6.tar.gz |
check-interpreter fix.
XXX package has a dependency on kdepimlibs4 on my host. Side effect maybe.
Not sure why TeXmacs would require KDE PIM libs.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index e9030b820be..c55ba66c5bb 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2011/01/03 18:20:17 drochner Exp $ +# $NetBSD: Makefile,v 1.90 2011/07/04 21:33:52 jym Exp $ DISTNAME= TeXmacs-1.0.6.15-src PKGNAME= ${DISTNAME:S/-src//} @@ -42,6 +42,9 @@ REPLACE_SH+= plugins/octave/bin/tm_octave REPLACE_SH+= plugins/reduce/bin/tm_reduce REPLACE_SH+= plugins/xypic/bin/tm_xypic +REPLACE_PYTHON+= plugins/sage/bin/tm_sage +REPLACE_PYTHON+= plugins/mathematica/bin/realpath.py + pre-install: ${RM} -f ${WRKSRC}/TeXmacs/doc/devel/format/.log ${FIND} ${WRKSRC}/plugins/ -name '*.orig' | ${XARGS} ${RM} |