Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 13:45:41 +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: r317207 - head/security/libp11
Message-ID:  <201305031345.r43DjfQl079059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 13:45:41 2013
New Revision: 317207
URL: http://svnweb.freebsd.org/changeset/ports/317207

Log:
  Fix build with bmake as make

Modified:
  head/security/libp11/Makefile

Modified: head/security/libp11/Makefile
==============================================================================
--- head/security/libp11/Makefile	Fri May  3 13:44:47 2013	(r317206)
+++ head/security/libp11/Makefile	Fri May  3 13:45:41 2013	(r317207)
@@ -19,6 +19,10 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig ltverhack
 USE_LDCONFIG=	yes
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 CONFIGURE_ENV=	LTLIB_CFLAGS="-I${LOCALBASE}/include" \
 		LTLIB_LIBS="-L${LOCALBASE}/lib -lltdl" \
 		OPENSSL_CFLAGS="-I${OPENSSLINC}" \



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