Mark BROKEN: fails to link

cc -o ngraph x11/main.o x11/x11.a src/kern.a  -L/usr/local/lib -lXm -lm -L/usr/local/lib -lXext -lXt -lXp -lX11 -lICE -lSM
/usr/bin/ld: cannot find -lXp

Reported by:	pkg-fallout
MFH:		2019Q4
This commit is contained in:
Antoine Brodin
2019-10-02 06:59:38 +00:00
parent 5a4eb86eef
commit e53ee25577

View File

@@ -14,6 +14,8 @@ COMMENT= XY plotting tool for students, scientists, and engineers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/gpl.txt
BROKEN= /usr/bin/ld: cannot find -lXp
USES= gmake motif
.include <bsd.port.mk>