diff options
author | kris <kris@FreeBSD.org> | 2003-08-07 17:30:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-07 17:30:09 +0800 |
commit | 1b64ac30d7f03027e2d2f677904f3e82e376acd8 (patch) | |
tree | eac0cdea71c45059b03dde20f5ea5e54e3612424 /editors/texmacs | |
parent | 1e2ba88dcf52d93cec3d90d54970eb99041ab451 (diff) | |
download | freebsd-ports-graphics-1b64ac30d7f03027e2d2f677904f3e82e376acd8.tar.gz freebsd-ports-graphics-1b64ac30d7f03027e2d2f677904f3e82e376acd8.tar.zst freebsd-ports-graphics-1b64ac30d7f03027e2d2f677904f3e82e376acd8.zip |
BROKEN: Does not compile
Diffstat (limited to 'editors/texmacs')
-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 e73d6ce35e2..4faddb7aa90 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 |