Date: Tue, 27 May 2014 16:01:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355538 - head/net-mgmt/kismet Message-ID: <201405271601.s4RG1hAJ084198@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue May 27 16:01:42 2014 New Revision: 355538 URL: http://svnweb.freebsd.org/changeset/ports/355538 QAT: https://qat.redports.org/buildarchive/r355538/ Log: Fix make checksum With hat: portmgr Modified: head/net-mgmt/kismet/Makefile Modified: head/net-mgmt/kismet/Makefile ============================================================================== --- head/net-mgmt/kismet/Makefile Tue May 27 16:00:36 2014 (r355537) +++ head/net-mgmt/kismet/Makefile Tue May 27 16:01:42 2014 (r355538) @@ -17,7 +17,7 @@ COMMENT= 802.11 layer2 wireless network LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= gmake tar:bzip2 +USES= gmake tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271601.s4RG1hAJ084198>