MFH: r513549

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
This commit is contained in:
Antoine Brodin 2019-10-02 07:01:36 +00:00
parent 9364f0a58e
commit f3b4d12adb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=513551

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>