diff options
Diffstat (limited to 'net/arping')
-rw-r--r-- | net/arping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index 8d96f3b7933b..daa95b958172 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -7,14 +7,14 @@ PORTNAME= arping PORTVERSION= 2.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ MAINTAINER= gavin@FreeBSD.org COMMENT= ARP level "ping" utility -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="`${LIBNET_CONFIG} --libs` -lpcap" |