svn commit: r317439 - head/devel/libepp-nicbr

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 21:36:44 UTC 2013


Author: bapt
Date: Sun May  5 21:36:43 2013
New Revision: 317439
URL: http://svnweb.freebsd.org/changeset/ports/317439

Log:
  Fix build with bmake

Modified:
  head/devel/libepp-nicbr/Makefile

Modified: head/devel/libepp-nicbr/Makefile
==============================================================================
--- head/devel/libepp-nicbr/Makefile	Sun May  5 21:22:26 2013	(r317438)
+++ head/devel/libepp-nicbr/Makefile	Sun May  5 21:36:43 2013	(r317439)
@@ -25,6 +25,10 @@ CONFIGURE_ARGS=	--with-xerces-c=${LOCALB
 		--with-openssl=${OPENSSLBASE}
 MAKE_JOBS_SAFE=	yes
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 DATADIR=	${PREFIX}/share/${PORTNAME:S/-/_/}
 
 PLIST_SUB=	VER="${PORTVERSION}"


More information about the svn-ports-all mailing list