svn commit: r359150 - head/databases/libgda4

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 22:28:54 UTC 2014


Author: bapt
Date: Tue Jun 24 22:28:53 2014
New Revision: 359150
URL: http://svnweb.freebsd.org/changeset/ports/359150
QAT: https://qat.redports.org/buildarchive/r359150/

Log:
  Properly call MAKE_CMD

Modified:
  head/databases/libgda4/Makefile

Modified: head/databases/libgda4/Makefile
==============================================================================
--- head/databases/libgda4/Makefile	Tue Jun 24 22:27:43 2014	(r359149)
+++ head/databases/libgda4/Makefile	Tue Jun 24 22:28:53 2014	(r359150)
@@ -149,11 +149,11 @@ post-patch:
 
 pre-build:
 .if ${LIBGDA4_SLAVE}=="postgresql"
-	cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la
+	cd ${WRKSRC}/providers/reuseable/postgres && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libgda-postgres.la
 .endif
 
 .if ${LIBGDA4_SLAVE}=="mysql"
-	cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la
+	cd ${WRKSRC}/providers/reuseable/mysql && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libgda-mysql.la
 .endif
 
 .if ${LIBGDA4_SLAVE}=="no"


More information about the svn-ports-head mailing list