svn commit: r484311 - head/net/libpcap

Renato Botelho garga at FreeBSD.org
Tue Nov 6 17:18:41 UTC 2018


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


More information about the svn-ports-all mailing list