diff options
Diffstat (limited to 'net/arp-sk/Makefile')
-rw-r--r-- | net/arp-sk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/arp-sk/Makefile b/net/arp-sk/Makefile index e86662e4f241..3224178b422c 100644 --- a/net/arp-sk/Makefile +++ b/net/arp-sk/Makefile @@ -3,13 +3,14 @@ PORTVERSION= 0.0.16 PORTREVISION= 6 CATEGORIES= net MASTER_SITES= http://sid.rstack.org/arp-sk/files/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool designed to manipulate ARP tables of all kinds of equipment LIB_DEPENDS= libnet.so:net/libnet +USES= tar:tgz + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libnet=${LOCALBASE} |