Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2018 17:18:40 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484311 - head/net/libpcap
Message-ID:  <201811061718.wA6HIeeC059371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Nov  6 17:18:40 2018
New Revision: 484311
URL: https://svnweb.freebsd.org/changeset/ports/484311

Log:
  Move USES entry to proper place and silence portlint

Modified:
  head/net/libpcap/Makefile

Modified: head/net/libpcap/Makefile
==============================================================================
--- head/net/libpcap/Makefile	Tue Nov  6 17:17:33 2018	(r484310)
+++ head/net/libpcap/Makefile	Tue Nov  6 17:18:40 2018	(r484311)
@@ -13,8 +13,9 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex
 
-GNU_CONFIGURE=	yes
 USES=		bison gmake
+
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=--enable-dbus=no \
 		--with-pcap=bpf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811061718.wA6HIeeC059371>