Date: Sat, 4 May 2013 20:02:53 +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: r317340 - head/databases/p5-DBD-cego Message-ID: <201305042002.r44K2rAO023117@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 4 20:02:52 2013 New Revision: 317340 URL: http://svnweb.freebsd.org/changeset/ports/317340 Log: Fix build with bmake Modified: head/databases/p5-DBD-cego/Makefile Modified: head/databases/p5-DBD-cego/Makefile ============================================================================== --- head/databases/p5-DBD-cego/Makefile Sat May 4 20:02:01 2013 (r317339) +++ head/databases/p5-DBD-cego/Makefile Sat May 4 20:02:52 2013 (r317340) @@ -16,6 +16,10 @@ BUILD_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/ RUN_DEPENDS= p5-DBI>=1.61:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= cego.1:${PORTSDIR}/databases/cego +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + PERL_CONFIGURE= yes CC:= ${CXX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042002.r44K2rAO023117>