diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
commit | 82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /net/lft | |
parent | 18c5de50d19ed9cea6ba04528785811d0ef7b3c1 (diff) | |
download | ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.tar.gz ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.zip |
Notes
Diffstat (limited to 'net/lft')
-rw-r--r-- | net/lft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/lft/Makefile b/net/lft/Makefile index fb12cbefed51..18b3568e8a3d 100644 --- a/net/lft/Makefile +++ b/net/lft/Makefile @@ -15,6 +15,8 @@ LICENSE_NAME= VOSTROM LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror auto-accept +BROKEN_FreeBSD_12= fails to compile: lft_types.h: pcap-int.h: No such file or directory + GNU_CONFIGURE= yes PLIST_FILES= sbin/lft bin/whob man/man8/lft.8.gz man/man8/whob.8.gz |