svn commit: r317262 - head/security/pkcs11-helper

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 21:28:22 UTC 2013


Author: bapt
Date: Fri May  3 21:28:21 2013
New Revision: 317262
URL: http://svnweb.freebsd.org/changeset/ports/317262

Log:
  Fix build with bmake

Modified:
  head/security/pkcs11-helper/Makefile

Modified: head/security/pkcs11-helper/Makefile
==============================================================================
--- head/security/pkcs11-helper/Makefile	Fri May  3 21:25:39 2013	(r317261)
+++ head/security/pkcs11-helper/Makefile	Fri May  3 21:28:21 2013	(r317262)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	pkcs11-helper
-# Date created:			8 Jan 2007
-# Whom:				Alex Dupre <ale at FreeBSD.org>
-#
+# Created by: Alex Dupre <ale at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pkcs11-helper
 PORTVERSION=	1.09
@@ -25,6 +21,10 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack pkgconfig
 USE_LDCONFIG=	yes
 
+.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