svn commit: r530188 - head/security/wpa_supplicant
Cy Schubert
cy at FreeBSD.org
Wed Apr 1 01:11:33 UTC 2020
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
More information about the svn-ports-all
mailing list