svn commit: r346556 - head/security/openvpn

Matthias Andree mandree at FreeBSD.org
Fri Feb 28 16:24:41 UTC 2014


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


More information about the svn-ports-all mailing list