diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-28 00:01:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-28 00:01:42 +0800 |
commit | 7d5171938bc7d7939b3752bae5c7ae72900eefff (patch) | |
tree | 175e016acc62ae129030f4c607b1e029a8cf46bb /net-mgmt | |
parent | c81e1e9ed06f1fbfef783ab22af5205f922d95bf (diff) | |
download | freebsd-ports-gnome-7d5171938bc7d7939b3752bae5c7ae72900eefff.tar.gz freebsd-ports-gnome-7d5171938bc7d7939b3752bae5c7ae72900eefff.tar.zst freebsd-ports-gnome-7d5171938bc7d7939b3752bae5c7ae72900eefff.zip |
Fix make checksum
With hat: portmgr
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/kismet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 02fb00da6d52..38ce19509e9e 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -17,7 +17,7 @@ COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= gmake tar:bzip2 +USES= gmake tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |