svn commit: r445305 - head/security/linux-c7-p11-kit

Tijl Coosemans tijl at FreeBSD.org
Sat Jul 8 08:35:55 UTC 2017


Author: tijl
Date: Sat Jul  8 08:35:54 2017
New Revision: 445305
URL: https://svnweb.freebsd.org/changeset/ports/445305

Log:
  Remove dependency on libffi.  It's already in linux_base-c7.

Modified:
  head/security/linux-c7-p11-kit/Makefile

Modified: head/security/linux-c7-p11-kit/Makefile
==============================================================================
--- head/security/linux-c7-p11-kit/Makefile	Sat Jul  8 07:30:19 2017	(r445304)
+++ head/security/linux-c7-p11-kit/Makefile	Sat Jul  8 08:35:54 2017	(r445305)
@@ -2,6 +2,7 @@
 
 PORTNAME=	p11-kit
 PORTVERSION=	0.20.7
+PORTREVISION=	1
 CATEGORIES=	security linux
 
 MAINTAINER=	emulation at FreeBSD.org
@@ -11,7 +12,6 @@ DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
 RPMVERSION=	3.el7
 USES=		linux:c7
 USE_LDCONFIG=	yes
-USE_LINUX=	libffi
 USE_LINUX_RPM=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list