From 8c59ab185e3b270adfeda75f4a1b80b0c24ac0ad Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 3 May 2013 13:45:41 +0000 Subject: Fix build with bmake as make --- security/libp11/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/libp11') diff --git a/security/libp11/Makefile b/security/libp11/Makefile index e7cd25e54b32..7e35b9492641 100644 --- a/security/libp11/Makefile +++ b/security/libp11/Makefile @@ -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}" \ -- cgit