summaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-10-02 06:59:38 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-10-02 06:59:38 +0000
commite53ee255779bd5d5235b3d840a78cff7ce716d00 (patch)
tree2fbb1c09b4ef1c25799cadeef061cd3b4f501e2f /math/ngraph/Makefile
parentMark BROKEN: unfetchable (diff)
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
Notes
Notes: svn path=/head/; revision=513549
Diffstat (limited to 'math/ngraph/Makefile')
-rw-r--r--math/ngraph/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
index 3f908e0a866e..746bb305f7ef 100644
--- a/math/ngraph/Makefile
+++ b/math/ngraph/Makefile
@@ -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>