svn commit: r317340 - head/databases/p5-DBD-cego
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 20:02:53 UTC 2013
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}
More information about the svn-ports-all
mailing list