diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-09-23 20:34:11 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-09-23 20:34:11 +0000 |
commit | 3f65e03b8a3de1bcf51c8f4965b1cf49faefcbc6 (patch) | |
tree | 56cdf55f04c72a7e5a54d384ef4253ca65b2179f /net | |
parent | 4f53bbfce0b4f779cc4f2bbd66fad97de58eb556 (diff) | |
download | pkgsrc-3f65e03b8a3de1bcf51c8f4965b1cf49faefcbc6.tar.gz |
bing: fix build
Wants to call groff
Diffstat (limited to 'net')
-rw-r--r-- | net/bing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile index f812cf4022d..eb3df15dc04 100644 --- a/net/bing/Makefile +++ b/net/bing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2017/02/11 02:51:53 mef Exp $ +# $NetBSD: Makefile,v 1.29 2017/09/23 20:34:11 wiedi Exp $ DISTNAME= bing_src-1.1.3 PKGNAME= ${DISTNAME:S/_src//} @@ -10,6 +10,7 @@ HOMEPAGE= http://fgouget.free.fr/bing/index-en.shtml COMMENT= Bing is a point-to-point bandwidth measurement tool LICENSE= original-bsd +USE_TOOLS+= groff LDFLAGS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/bing |