diff options
author | jperkin <jperkin@pkgsrc.org> | 2021-01-26 11:22:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2021-01-26 11:22:13 +0000 |
commit | 3d13d210493dba127d7da4076eeb07eb29f3fbf1 (patch) | |
tree | 9b23b2f19a80fc70efdce8257928f61ea4bae12b /net/arping/Makefile | |
parent | 67d574fbfb87643252cb268ce2a2527a8328b9f2 (diff) | |
download | pkgsrc-3d13d210493dba127d7da4076eeb07eb29f3fbf1.tar.gz |
arping: Switch to libnet.
Now works on SunOS. Bump PKGREVISION.
Diffstat (limited to 'net/arping/Makefile')
-rw-r--r-- | net/arping/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index 34216a5a9de..384ab7dd650 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2020/04/10 21:25:03 schwarz Exp $ +# $NetBSD: Makefile,v 1.30 2021/01/26 11:22:13 jperkin Exp $ DISTNAME= arping-2.21 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -11,6 +12,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -.include "../../devel/libnet11/buildlink3.mk" +.include "../../devel/libnet/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |