Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2017 08:35:54 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445305 - head/security/linux-c7-p11-kit
Message-ID:  <201707080835.v688ZsKg092328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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