svn commit: r317207 - head/security/libp11

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 13:45:41 UTC 2013


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}" \


More information about the svn-ports-all mailing list