summaryrefslogtreecommitdiff
path: root/math/ngraph/Makefile
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-10-02 08:40:24 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-10-02 08:40:24 +0000
commit8ee09bfa62611edcb0931f43b23e7e7c421b9f20 (patch)
tree850f79c324c9bd8f81cb6e302a7f34a900f6d629 /math/ngraph/Makefile
parentFix optional xfce ports on GCC architectures. (diff)
math/ngraph: Fix build
Fix build by not trying to link against libXp (since it is deprecated). Add missing xorg dependencies. remove broken MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=513557
Diffstat (limited to 'math/ngraph/Makefile')
-rw-r--r--math/ngraph/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
index 746bb305f7ef..281626c553fc 100644
--- a/math/ngraph/Makefile
+++ b/math/ngraph/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ngraph
PORTVERSION= 6.3.54
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \
PORTS_JP
@@ -14,8 +15,7 @@ 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
+USES= gmake motif xorg
+USE_XORG= ice sm x11 xext xt
.include <bsd.port.mk>