Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 01:02:12 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530188 - head/security/wpa_supplicant
Message-ID:  <202004010102.03112Cwj054613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Apr  1 01:02:12 2020
New Revision: 530188
URL: https://svnweb.freebsd.org/changeset/ports/530188

Log:
  Fix poudriere builds.

Modified:
  head/security/wpa_supplicant/Makefile   (contents, props changed)

Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile	Wed Apr  1 00:57:10 2020	(r530187)
+++ head/security/wpa_supplicant/Makefile	Wed Apr  1 01:02:12 2020	(r530188)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wpa_supplicant
 PORTVERSION=	2.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security net
 MASTER_SITES=	https://w1.fi/releases/
 
@@ -14,7 +14,7 @@ COMMENT=	Supplicant (client) for WPA/802.1x protocols
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/README
 
-USES=		cpe gmake readline ssl
+USES=		cpe gmake pkgconfig:build readline ssl
 BUILD_WRKSRC=	${WRKSRC}/wpa_supplicant
 INSTALL_WRKSRC=	${WRKSRC}/src
 CFLAGS+=	${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS



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