diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-19 02:01:29 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-19 02:01:29 +0000 |
commit | ffcb49b078a4f508eb429c32879c92ea6853c1c1 (patch) | |
tree | da3ec804ad4aaf6cff26b0ee68a545ec77ec3ce0 /editors | |
parent | a66d632098e63da7a3df908ffdca0047d736c2a3 (diff) | |
download | ports-ffcb49b078a4f508eb429c32879c92ea6853c1c1.tar.gz ports-ffcb49b078a4f508eb429c32879c92ea6853c1c1.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/winefish/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 4c5522a47812..2e4da2e7f78a 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -11,6 +11,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX editor based on BlueFish +BROKEN_amd64= segfaults at startup +BROKEN_armv6= segfaults at startup +DEPRECATED= upstream disappeared (project dead?), segfaults on multiple arches +EXPIRATION_DATE= 2016-10-18 + LICENSE= GPLv2 LIB_DEPENDS= libaspell.so:textproc/aspell \ |