Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 16:24:41 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346556 - head/security/openvpn
Message-ID:  <201402281624.s1SGOfOR070297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Feb 28 16:24:40 2014
New Revision: 346556
URL: http://svnweb.freebsd.org/changeset/ports/346556
QAT: https://qat.redports.org/buildarchive/r346556/

Log:
  Fix several compilation issues where the upstream's configure script
  required pkg-config, for instance, the PKCS11 option.
  
  Submitted by:	mat@

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Fri Feb 28 16:22:01 2014	(r346555)
+++ head/security/openvpn/Makefile	Fri Feb 28 16:24:40 2014	(r346556)
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL=	openvpn-2.[!3].* open
 
 GNU_CONFIGURE=		yes
 USE_XZ=			yes
-USES=			shebangfix
+USES=			pkgconfig shebangfix
 SHEBANG_FILES=		sample/sample-scripts/verify-cn \
 			sample/sample-scripts/auth-pam.pl \
 			sample/sample-scripts/ucn.pl



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