aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-10-02 07:01:36 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-10-02 07:01:36 +0000
commitf3b4d12adbf550bca3f9d6e0032d7647278dc113 (patch)
tree53dcf109301e79cf2fd5ff6ff8f4a568e68bab59 /math
parent9364f0a58e1871c1c122b7a019daaa8d59c41298 (diff)
downloadports-f3b4d12adbf550bca3f9d6e0032d7647278dc113.tar.gz
ports-f3b4d12adbf550bca3f9d6e0032d7647278dc113.zip
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
Notes
Notes: svn path=/branches/2019Q4/; revision=513551
Diffstat (limited to 'math')
-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>