diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 22:29:17 +0000 |
commit | 197f08abf4fd25e8493f6391ed2c5cac9671e9bb (patch) | |
tree | ac17d1ab15d23a2dc3fe9bfd156a7ffcf551a8e7 /net/ntop | |
parent | 6b97e9ecbf788aed773a5284b3624b26725f6e67 (diff) |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index dd6d9c9acf25..973bcf2a1a53 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= rrdtool12>=1.2:databases/rrdtool12 \ RUN_DEPENDS:= ${BUILD_DEPENDS} \ urwfonts>0:x11-fonts/urwfonts +BROKEN_powerpc64= fails to link: libntop.so: undefined reference to 'bswap_32' + DBDIR?= /var/db USES= autoreconf:build cpe gmake libtool python shebangfix ssl |