Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 21:28:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317262 - head/security/pkcs11-helper
Message-ID:  <201305032128.r43LSLHq045344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Alex Dupre <ale@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"
 



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