Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 06:07:34 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320660 - head/security/engine_pkcs11
Message-ID:  <201306120607.r5C67YXT064833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Jun 12 06:07:33 2013
New Revision: 320660
URL: http://svnweb.freebsd.org/changeset/ports/320660

Log:
  - Fix build on HEAD

Modified:
  head/security/engine_pkcs11/Makefile   (contents, props changed)

Modified: head/security/engine_pkcs11/Makefile
==============================================================================
--- head/security/engine_pkcs11/Makefile	Wed Jun 12 05:52:05 2013	(r320659)
+++ head/security/engine_pkcs11/Makefile	Wed Jun 12 06:07:33 2013	(r320660)
@@ -16,9 +16,6 @@ USE_AUTOTOOLS=	libtool
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 USES=		pkgconfig
-.if defined(.PARSEDIR)
-USE_GMAKE=	yes
-.endif
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"



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