summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-10-02 07:00:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-10-02 07:00:52 +0000
commit144552f79f146669f3b5bcbc0150017eecb72a22 (patch)
tree258317fcf77bf3a2e52a2c039d8d0a44111da878
parentMark BROKEN: fails to link (diff)
Mark BROKEN: fails to link
cc -o ../bin/thot -L../indexlib -L../drawlib -L../tablelib -L../thotlib -L.. EDITORAPP.o EDITORactions.o Trans.o TransPmatch.o TransParser.o ExtCssAPP.o ExtCssactions.o UIcss.o StyleCss.o StyleRules.o StyleParser.o -lThotIndex -lThotDraw -lThotTable -lThotEditor -ljpeg -lpng -lz -L/usr/local/lib -lXm -lXm -lXp -lXm -L/usr/local/lib -lXt -lXext -lSM -lICE -lX11 -ldl -lm /usr/bin/ld: cannot find -lXp Reported by: pkg-fallout MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=513550
-rw-r--r--editors/thoteditor/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile
index d3f13da7493f..6ec2c08397d7 100644
--- a/editors/thoteditor/Makefile
+++ b/editors/thoteditor/Makefile
@@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Structured document editor, offering a graphical WYSIWYG interface
+BROKEN= /usr/bin/ld: cannot find -lXp
+
THOT_SUBDIR= Target
USES= gmake motif
WRKSRC= ${WRKDIR}/Thot/${THOT_SUBDIR}