diff options
author | antoine <antoine@FreeBSD.org> | 2019-10-02 14:59:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-10-02 14:59:38 +0800 |
commit | 628163d2ca49b12efc7c23a48cb70b513bbbd393 (patch) | |
tree | 2fbb1c09b4ef1c25799cadeef061cd3b4f501e2f | |
parent | c91d3ebe8c52a9cbe5e7fec4e1e97e5795c1e388 (diff) | |
download | freebsd-ports-gnome-628163d2ca49b12efc7c23a48cb70b513bbbd393.tar.gz freebsd-ports-gnome-628163d2ca49b12efc7c23a48cb70b513bbbd393.tar.zst freebsd-ports-gnome-628163d2ca49b12efc7c23a48cb70b513bbbd393.zip |
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
-rw-r--r-- | math/ngraph/Makefile | 2 |
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> |