diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-25 06:28:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-25 06:28:53 +0800 |
commit | ff994eb37c8617f3071953803f074289af26a994 (patch) | |
tree | 0ae29b1e93259751251c778776d84c62393a5ab3 /databases | |
parent | 01f6d54ce9a6494cfdc5a973110246770f04b896 (diff) | |
download | freebsd-ports-gnome-ff994eb37c8617f3071953803f074289af26a994.tar.gz freebsd-ports-gnome-ff994eb37c8617f3071953803f074289af26a994.tar.zst freebsd-ports-gnome-ff994eb37c8617f3071953803f074289af26a994.zip |
Properly call MAKE_CMD
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index 2d5e8db2b1d9..dac3723fe5d1 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -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" |