Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 13:38:10 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500489 - head/security/opensc
Message-ID:  <201904301338.x3UDcAFo050399@repo.freebsd.org>

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



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