svn commit: r320660 - head/security/engine_pkcs11

Martin Wilke miwi at FreeBSD.org
Wed Jun 12 06:07:34 UTC 2013


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"


More information about the svn-ports-all mailing list