summaryrefslogtreecommitdiff
path: root/net/arping/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-01-26 11:22:13 +0000
committerjperkin <jperkin@pkgsrc.org>2021-01-26 11:22:13 +0000
commit3d13d210493dba127d7da4076eeb07eb29f3fbf1 (patch)
tree9b23b2f19a80fc70efdce8257928f61ea4bae12b /net/arping/Makefile
parent67d574fbfb87643252cb268ce2a2527a8328b9f2 (diff)
downloadpkgsrc-3d13d210493dba127d7da4076eeb07eb29f3fbf1.tar.gz
arping: Switch to libnet.
Now works on SunOS. Bump PKGREVISION.
Diffstat (limited to 'net/arping/Makefile')
-rw-r--r--net/arping/Makefile5
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"