aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-11-24 11:16:31 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-11-24 11:16:31 +0000
commit5d3244bfd4246c5fa306aecb844e3acab3648fdc (patch)
treef3ab2069e578d2fe5a56d02402e379f34cc94308 /misc
parentf4e705ee938cfcc71bf09c46fbc46094058913ed (diff)
downloadports-5d3244bfd4246c5fa306aecb844e3acab3648fdc.tar.gz
ports-5d3244bfd4246c5fa306aecb844e3acab3648fdc.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/tvm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/tvm/Makefile b/misc/tvm/Makefile
index adfd54f37814..cf8df1889ceb 100644
--- a/misc/tvm/Makefile
+++ b/misc/tvm/Makefile
@@ -2,6 +2,7 @@
PORTNAME= tvm
DISTVERSION= 0.6.0.rc0
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -21,4 +22,6 @@ GH_TUPLE= dmlc:dlpack:0acb731:dlpack/3rdparty/dlpack \
dmlc:dmlc-core:808f485:dmlc_core/3rdparty/dmlc-core
USE_LDCONFIG= yes
+LDFLAGS+= /usr/lib/libexecinfo.so
+
.include <bsd.port.mk>