Date: Sun, 5 May 2013 21:36:44 +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: r317439 - head/devel/libepp-nicbr Message-ID: <201305052136.r45Lai8f062390@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305052136.r45Lai8f062390>