svn commit: r500489 - head/security/opensc

Alex Dupre ale at FreeBSD.org
Tue Apr 30 13:38:11 UTC 2019


Author: ale
Date: Tue Apr 30 13:38:10 2019
New Revision: 500489
URL: https://svnweb.freebsd.org/changeset/ports/500489

Log:
  Really fix build on GCC based architectures (missing part of previous commit).
  
  PR:		237442
  Submitted by:	pkubaj

Modified:
  head/security/opensc/Makefile

Modified: head/security/opensc/Makefile
==============================================================================
--- head/security/opensc/Makefile	Tue Apr 30 13:25:43 2019	(r500488)
+++ head/security/opensc/Makefile	Tue Apr 30 13:38:10 2019	(r500489)
@@ -11,7 +11,7 @@ COMMENT=	Libraries and utilities to access smart cards
 
 LICENSE=	LGPL21
 
-USES=		libtool pkgconfig gmake ssl
+USES=		libtool pkgconfig gmake ssl autoreconf
 
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=PCSC OPENCT CTAPI


More information about the svn-ports-all mailing list