diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 09:30:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-07 09:30:09 +0000 |
commit | 8fd12fb374af58a829050ceb50235ee44df37fdf (patch) | |
tree | f5d97590efe40e81a12993878879888ad64fcf29 /editors | |
parent | Fix path (from /etc to ${PREFIX}/etc) for tool and manpage. (diff) |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=86472
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmacs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index e73d6ce35e24..4faddb7aa904 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -15,6 +15,8 @@ DISTFILES= TeXmacs-${PORTVERSION}-src.tar.gz \ MAINTAINER= mainland@apeiron.net COMMENT= A free WYSIWYG scientific text editor +BROKEN= Does not compile + BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile \ tex:${PORTSDIR}/print/teTeX RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX |