diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 16:52:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-06 16:52:24 +0000 |
commit | 2f24a2950e87275a486bc7d4638ee837316b9e44 (patch) | |
tree | 5f6f2261a0c1db7688ab58c5e4c84eb412572d88 /net-mgmt | |
parent | d612a75993fdde83753573bb50e348167e230625 (diff) |
MFH: r498150
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
Notes
Notes:
svn path=/branches/2019Q2/; revision=498151
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netxms/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile index 9bb9ad5452aa..978c3ff36fea 100644 --- a/net-mgmt/netxms/Makefile +++ b/net-mgmt/netxms/Makefile @@ -12,6 +12,9 @@ COMMENT= Network monitoring system LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi +BROKEN_FreeBSD_12= 'net/iso88025.h' file not found +BROKEN_FreeBSD_13= 'net/iso88025.h' file not found + LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libjansson.so:devel/jansson \ |