diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-18 21:13:02 +0000 |
commit | fcb98a504a4b2d61662773d959b7cc3ee239eb09 (patch) | |
tree | 6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /net/arping | |
parent | 154ea12c2bcc68e342c6a93a66297844b157ee60 (diff) | |
download | ports-fcb98a504a4b2d61662773d959b7cc3ee239eb09.tar.gz ports-fcb98a504a4b2d61662773d959b7cc3ee239eb09.zip |
Notes
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" |