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 | 84f65c5f065620079cd5a37819ab86a0ceed86d5 (patch) | |
tree | 6b85591be65e6cc84917ce2678d265848f394bfa | |
parent | 4a9c5b7325655b1d67f8b63eefbb096edff92be0 (diff) | |
download | pkgsrc-84f65c5f065620079cd5a37819ab86a0ceed86d5.tar.gz |
bing: fix build
Wants to call groff
-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 |